Assembled · Arazzo Workflow
Assembled Provision a New Agent
Version 1.0.0
Resolve an available role, create a new agent, then read back the created record.
View Spec
View on GitHub
Customer SupportWorkforce ManagementWFMAI AgentsAI CopilotContact CenterCustomer ExperienceSupport OperationsSchedulingForecastingQuality AssuranceVendor ManagementBPOArazzoWorkflows
Provider
Workflows
provision-agent
Create a new agent with a valid role and verify the created record.
Lists roles, creates a single person from the supplied attributes, then reads the created person record back to confirm the role and active state.
1
listRoles
listRoles
List all roles available in the organization so a valid role can be assigned to the new agent.
2
createAgent
createPeople
Create a single new agent with the supplied email, name, channels, and role. Falls back to the first available role when none is supplied.
3
verifyAgent
getPerson
Retrieve the newly created agent to confirm the role assignment and that the account is active.