I have a query regarding Redirect on completion functionality. I have created a form and integrated a webhook for that. I found this documentation: https://help.typeform.com/hc/en-us/articles/360029257112-Redirect-on-completion-Classic-builder- where I get to know that I can add information on my redirect URL, but I m not sure how to add form response ID(I'm getting this in the response of webhook) as a query parameter to redirect URL.
Can you please help me to know, How can I add response id as a URL parameter? Thanks!
Best answer by mathio-tf
You could create your own endpoint that will request the response data server-side using your personal token (https://developer.typeform.com/responses/). However keep in ming it usually takes a few seconds to process the response before it is available via the API. You will need to wait a few seconds and retry if its not available yet.
Hello, I am not sure if this is possible when building the form. However it is possible if you embed the form via embed SDK. You can use custom onSubmit callback and redirect to any URL including the response id.
You could create your own endpoint that will request the response data server-side using your personal token (https://developer.typeform.com/responses/). However keep in ming it usually takes a few seconds to process the response before it is available via the API. You will need to wait a few seconds and retry if its not available yet.
Hi @sarahnestanalytics Yes, it should! It’s not the network ID, but the other ID when exporting. If you want to take a screenshot of your export, I can confirm this, just to be sure you know exactly which one.