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
listSites
list-sites
List accessible sites to resolve a target site id.
2
listForms
list-forms
List the forms on the resolved site and branch on whether any forms exist before reading submissions.
3
getFormSchema
get-form-schema
Read the schema of the chosen form so the submission field structure is understood before pulling submissions.
4
listSubmissions
list-submissions-by-site
Retrieve a page of submissions for the chosen form across the whole site.
Source API Descriptions
openapi