Hi all !
I’m sorry if it’s a noob question, but I wonder if there is a simple way in the admin interface to set an URL where the form’s responses will be sent please ? I mean something like a WebHook, but without doing it through the WebHook API ?
One URL by form or maybe one global URL ?
So the process would be : Everytime a typeform is answered, all the responses (the same payload as in WebHooks) are sent to the form’s URL* or a global URL and then my URL will parse the JSON data and retrieve which form is answered, get the responses, hidden files and so on ?
Thanks for your answer !