Prismatic · Arazzo Workflow
Prismatic Create Customer with Refreshed Token
Version 1.0.0
Refresh an access token then create a new customer tenant.
View Spec
View on GitHub
Embedded iPaaSIntegrationsWorkflowsConnectorsAI AgentsMCPCode-NativeLow-CodeArazzoWorkflows
Provider
Workflows
create-customer
Create a new customer tenant after refreshing the access token.
Refreshes the access token then issues the documented createCustomer GraphQL mutation, returning the new customer id, name and externalId.
1
refreshToken
refreshAuthToken
Exchange the supplied refresh token for a fresh JWT access token.
2
createCustomer
executeGraphQLQuery
Run the documented createCustomer GraphQL mutation, passing the name and externalId as GraphQL variables and authenticating with the refreshed bearer token.