onFormResponse
trigger:
tag
parameter is a unique name you want to use for the webhook, and maps 1-to-1 with a single webhook source. Changing the tag
will cause another webhook to be registered with Typeform. You can make use of the same tag
value in multiple job triggers.
Function Name | Description |
---|---|
listForms | Retrieve a list of Forms. |
getForm | Get a single form by uid. |
listResponses | Pagintated list of responses by form. |
getAllResponses | Will collect all the responses on a form by making multiple requests to listResponses |