Webflow · Arazzo Workflow
Webflow Collect Form Submissions
Version 1.0.0
Resolve a site, pick a form, read its schema, and page through that form's submissions.
Provider
Workflows
collect-form-submissions
Read a form's schema and retrieve a page of its submissions.
Lists sites, lists forms on the chosen site, confirms a form exists, fetches that form's schema, and pulls a page of submissions for the form.
1
2
listForms
List the forms on the resolved site and branch on whether any forms exist before reading submissions.
3
getFormSchema
Read the schema of the chosen form so the submission field structure is understood before pulling submissions.
4
listSubmissions
Retrieve a page of submissions for the chosen form across the whole site.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.