123FormBuilder · Arazzo Workflow
123FormBuilder Create a Form Inside a New Group
Version 1.0.0
Authenticate, create a group, create a form within it, then list the group's forms.
View Spec
View on GitHub
Online FormsForm BuilderSurveysWorkflowsData CollectionSubmissionsWebhookHIPAAGDPRPaymentsArazzoWorkflows
Provider
Workflows
create-form-in-group
Create a group, add a form to it, and confirm the group's contents.
Logs in for a JWT, creates a new group, creates a form whose group_id is the id returned by the group creation, and then lists the forms in the group to verify the new form landed there.
1
authenticate
Authenticate to obtain a JWT token, which is supplied both as the JWT query parameter and in the urlencoded bodies the create endpoints require.
2
createGroup
Create a new group to hold the form, optionally attaching a webhook URL.
3
createForm
Create a form assigned to the newly created group using its returned id.
4
listGroupForms
List the forms in the group to confirm the newly created form is present.
Source API Descriptions
openapi
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.