Agents API

ImportPhoneNumbersResponse

object

The set of phone numbers that were imported.

importedarray[string]required

List of successfully imported phone numbers

Example

LookupConnectorBody

object

Lookup payload for finding the connector that serves a given E.164 phone number.

phoneNumberstringrequired

Phone number to look up (E.164 format)

Example

MergeBranchBody

object
* Additional properties are NOT allowed.
deploymentMessagestring

Default:

conflictResolutionsarray[object]
* Additional properties are NOT allowed.
Show Child Parameters
Example

MutationDeploymentResponse

object

The resulting deployment from a promote / rollback / publish action,
plus any test runs it triggered.

deploymentobjectrequired

A deployment of an agent version to a specific environment, plus
who created it and when.

Show Child Parameters
testRunIdsarray[string]

IDs of test runs triggered by this deployment action

Example

PhoneNumberResponse

object

A phone number owned by the project, plus the connector it routes incoming calls to.

numberstringrequired

Phone number in E.164 format

projectIdstringrequired

Project this number belongs to

accountIdstringrequired

Account this number belongs to

clientEnvstringrequired

Client environment (sandbox, pre-release, live)

connectorIdstring

Connector this number is routed to

Example