Webflow API and Documentation · Arazzo Workflow
Webflow Form Schema and Submission Webhook
Version 1.0.0
List a site's forms, read the first form's schema, and register a form_submission webhook.
View Spec
View on GitHub
CMSContent ManagementEcommerceNo-CodePublishingWeb DevelopmentArazzoWorkflows
Provider
Workflows
form-schema-and-webhook
Read a form's schema and register a form_submission webhook.
Lists the forms on a site, retrieves the first form's schema, and registers a webhook that fires on each form submission.
1
listForms
list-forms
List the forms that belong to the site.
2
getFormSchema
get-form-schema
Read the first form's schema to confirm its fields.
3
registerSubmissionWebhook
create-webhook
Register a webhook that fires on each form submission.