Create deployment
Create a new deployment that connects an agent to a phone number for inbound calls.
The deployment is created in active status and immediately begins accepting calls. Optionally configure an inbound_config schedule to restrict calls to specific hours and days.
Path parameters
org_id
workspace_id
Request
This endpoint expects an object.
name
Deployment name. Alphanumeric, hyphens, underscores and spaces allowed. Max 50 characters.
app_id
ID of the agent
app_version
Version of the agent to deploy
connection_configs
Telephony connection configurations with phone numbers
description
Optional deployment description. Max 150 characters.
inbound_config
Optional inbound call schedule configuration
Response
Successful Response
deployment_id
Unique identifier for the deployment
app_id
ID of the agent
app_version
Version of the agent
connection_configs
Telephony connection configurations
channel_direction
Direction of calls (inbound, outbound, or both)
created_by
User who created this deployment
created_at
Timestamp when created (ISO 8601)
updated_at
Timestamp when last updated (ISO 8601)
name
Name of the deployment
status
Current status of the deployment
description
Optional description
inbound_config
Inbound call schedule configuration
updated_by
User who last updated this deployment
Errors
422
Unprocessable Entity Error