Wufoo · Arazzo Workflow
Wufoo Submit a Form Entry
Version 1.0.0
Discover a form, read its field structure, then submit a new entry.
View Spec
View on GitHub
FormsForm BuilderSurveysData CollectionWebhooksPaymentsSurveyMonkeyArazzoWorkflows
Provider
Workflows
submit-form-entry
Submit a new entry to a Wufoo form after resolving its field structure.
Lists forms, reads the field structure for the target form, and submits a new entry, branching on whether the submission succeeded or failed validation.
1
listForms
listForms
List all forms accessible to the API key to confirm the target form exists.
2
readFields
listFormFields
Read the field structure of the target form so the caller knows which Field IDs to populate.
3
submitEntry
submitFormEntry
Submit the new entry to the form as form-encoded Field values.