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 iPaaSIntegrationWorkflowsConnectorsAI 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
Run the documented createCustomer GraphQL mutation and branch on whether the GraphQL response includes an errors array.
2
verifyCustomer
Run the documented listCustomers GraphQL query to confirm the newly created customer is present in the tenant list.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.