Hello,
reading the API docs of VideoAsk, I found the webhook “form_response” which seems to create the hook when one VideoAsk is fully submitted or has been left. I am using very long forms and would like to integrate the VideoAsks on my platform and then show separate notes when certain answers have been submitted.
For example:
Do X after question 5 has been answered
How can I access any data of the user DURING the time he is filling it out?
Ideas so far:
- Webhook (does not seem to exist)
- API call for the answers of a user and then read the answer for a question_id that is question number 5. Then filter out only the answer from THIS user. Or send over a parameter to videoask at the beginning of the session hat will be saved in the answers and by that filter out the correct set of answers and then read it out.
Thanks a lot!