Wufoo · Arazzo Workflow
Wufoo Rotate a Form Webhook
Version 1.0.0
Add a fresh webhook subscription, then delete the prior one by hash.
View Spec
View on GitHub
FormsForm BuilderSurveysData CollectionWebhooksPaymentsSurveyMonkeyArazzoWorkflows
Provider
Workflows
rotate-form-webhook
Replace a Wufoo form webhook by creating the new one before deleting the old.
Adds a new webhook subscription pointing at the replacement URL, then deletes the old webhook identified by its hash, leaving exactly one active subscriber.
1
addNewWebhook
putFormWebhook
Create the replacement webhook subscription first so a subscriber stays live.
2
deleteOldWebhook
deleteFormWebhook
Delete the previous webhook now that the replacement is registered.