123FormBuilder · Arazzo Workflow
123FormBuilder Review a Form Submission
Version 1.0.0
List a form's submissions and, when any exist, fetch the full detail of the first one.
View Spec
View on GitHub
Online FormsForm BuilderSurveysWorkflowsData CollectionSubmissionsWebhookHIPAAGDPRPaymentsArazzoWorkflows
Provider
Workflows
review-submission
List submissions for a form and fetch the first one's details if present.
Logs in for a JWT, lists the submissions for the target form, and branches on whether any submissions exist, fetching the detail of the first submission only when the list is non-empty.
1
authenticate
Authenticate to obtain a JWT token used as the JWT query parameter on the submission requests.
2
listSubmissions
List the submissions for the form, capturing the id of the first submission so its detail can be fetched when the list is non-empty.
3
getSubmissionDetail
Fetch the full content of the first submission, including the recipients that should receive it.
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.