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 BuilderSurveysWorkflowData CollectionSubmissionsWebhooksHIPAAGDPRPaymentsArazzoWorkflows
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
login-user-login
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
groups-create-a-new-group
Create a new group to hold the form, optionally attaching a webhook URL.
3
createForm
forms-create-a-new-form
Create a form assigned to the newly created group using its returned id.
4
listGroupForms
groups-get-all-forms-in-a-group
List the forms in the group to confirm the newly created form is present.