Create or update webhook
PUT {{base_url}}/forms/{{form_id}}/webhooks/{{tag}}
Create or update webhook.
If you're creating a webhook, add a tag/unique identifier to the end of the URL (e.g. hubspot-webhook
). Tags help you easily distinguish webhooks when you want to retrieve, update, or delete them.
If you're updating a webhook that you created via the VideoAsk web interface, you can find your webhook's randomly-generated tag
using the Retrieve webhooks
endpoint.
Request Body
{"url"=>"<url>", "event_types"=>["form_response", "form_response_transcribed"], "headers"=>{"secret"=>"open-sesame"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
organization-id | string |