Prismatic · Arazzo Workflow
Prismatic Onboard and Verify Customer
Version 1.0.0
Create a customer, branch on GraphQL errors, then verify it appears in the customer list.
View Spec
View on GitHub
Embedded iPaaSIntegrationsWorkflowsConnectorsAI AgentsMCPCode-NativeLow-CodeArazzoWorkflows
Provider
Workflows
onboard-and-verify-customer
Create a customer, detect GraphQL errors, and verify it in the customer list.
Issues the createCustomer mutation and inspects the GraphQL response. If a GraphQL errors array is present the flow ends in failure; otherwise it runs listCustomers to confirm the new customer was persisted.
1
createCustomer
executeGraphQLQuery
Run the documented createCustomer GraphQL mutation and branch on whether the GraphQL response includes an errors array.
2
verifyCustomer
executeGraphQLQuery
Run the documented listCustomers GraphQL query to confirm the newly created customer is present in the tenant list.