ImportPhoneNumbersResponse
objectThe set of phone numbers that were imported.
importedarray[string]required
List of successfully imported phone numbers
Example
LookupConnectorBody
objectLookup 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
objectThe 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
objectA 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