Wufoo · Arazzo Workflow
Wufoo Add a Form Webhook
Version 1.0.0
Confirm a form exists, then subscribe a URL to its submission webhook.
View Spec
View on GitHub
FormsForm BuilderSurveysData CollectionWebhooksPaymentsSurveyMonkeyArazzoWorkflows
Provider
Workflows
add-form-webhook
Subscribe an endpoint to a Wufoo form's submission webhook.
Gets the target form to confirm it exists, then creates a webhook subscription pointing at the supplied URL and returns the new webhook hash.
1
getForm
getForm
Fetch the target form to confirm it exists and capture its hash.
2
addWebhook
putFormWebhook
Subscribe the supplied URL to the form's submission webhook.