Configuring the application to read Typeform surveys consists of various steps detailed next:
https://your_domain/your_install/notifications.php?type=typeform. Copy the webhook secret that is created for you.
vtiger_notifications table. Find the row for typeform and copy the webhook secret that Typeform gave you into the signedvalue column.
If you want the Survey Done and Survey Answer records to be related to a record in the application you must add to your survey a hidden field named cid with the CRMID of the record. Using Typeform configuration you can add this field to the survey and have it automatically filled in from the URL. So if your Typeform survey has the URL:
https://form.typeform.com/to/Wk8dk34
and you add a hidden field named cid to that survey you can send this link to your client:
https://form.typeform.com/to/Wk8dk34?cid={clientCRMID}
where clientCRMID is the CRMID of the record in the application.
Next | Chapter 10: Integration with Sabre/DAV WebDAV