I am trying to integrate VIDEOASK with AIRTABLE using MAKE for job interviews. I am able to find the FIELDS with the link to the video for each question recorded, but I am wondering if there is a link to the complete recorded job interview. If yes, what is the field I need to look into? Thanks !
Answered
VideoAsk Integration with MAKE and AIRTABLE: link to the completed form
Best answer by andrew_videoask
Hi
Yes, you can definitely access all the responses through one field: share_url
It might be slightly confusing since you’ll see multiple share_url
fields. The one you’re looking for is in this part of the webhook response:
"platform": "desktop", "tags": [], "variables": null, "are_answers_public": false, "are_messages_public": false, "share_id": "xxxxxxxxxx", "share_url": "https://www.videoask.com/xxxxxxxxxx", "consent_given": null, "scoring": { "@score": 0 }
I hope this helps, and let me know if you have any other questions!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.