Wufoo · AsyncAPI Specification
Wufoo Webhooks
Version 1.0
Wufoo webhooks POST a form-submission payload to a subscriber URL the moment an entry is created. Each form supports up to 10 active webhooks. When the subscription is created with `metadata=true`, the payload includes `FieldStructure` and `FormStructure` JSON describing the originating form. When a `handshakeKey` was supplied at subscription time, it is echoed back in every payload as `HandshakeKey`.
Wufoo Webhooks is an event-driven AsyncAPI specification published by Wufoo on the APIs.io network, version 1.0.
The spec defines 1 channel, 1 message type, transport over HTTPS.
Tagged areas include Forms, Form Builder, Surveys, Data Collection, and Webhooks.
View Spec
View on GitHub
FormsForm BuilderSurveysData CollectionWebhooksPaymentsSurveyMonkeyAsyncAPIWebhooksEvents
Channels
form.entry.created
Receive Form Entry Created
A form submission was created and pushed to the subscriber URL.
Messages
FormSubmission
Form Submission
Payload Wufoo POSTs to a registered webhook URL when a form entry is created.
Servers
https
subscriber
{subscriber_url}
Customer-hosted HTTPS endpoint registered via PUT /webhooks.