Tool to create a new webhook for a form. Use after confirming you have the form ID and the callback URL.
urlCallback endpoint URL for webhook notifications. Must be a publicly reachable HTTPS endpoint. FORM_RESPONSE events may be retried, so the handler should process payloads idempotently.
formIdRequiredstringID of the form to associate with the webhook.
eventTypesarrayList of event types that trigger the webhook. Currently only 'FORM_RESPONSE' is supported.
httpHeadersarrayOptional list of custom HTTP headers to send with each webhook call.
signingSecretstringOptional secret used to sign payloads for verification.
externalSubscriberstringOptional external identifier for the subscriber.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.