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 BuilderSurveysWorkflowData CollectionSubmissionsWebhooksHIPAAGDPRPaymentsArazzoWorkflows
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
login-user-login
Authenticate to obtain a JWT token used as the JWT query parameter on the submission requests.
2
listSubmissions
forms-get-submissions
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
forms-get-submission-details
Fetch the full content of the first submission, including the recipients that should receive it.