v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01979563.0 MB
Calls

Create Call

post/call

Request body

assistantVersionstring nullable

This is the assistant version to use for this call. Supported only with direct assistantId. Omit to follow the latest version.

namestring

This is the name of the call. This is just for your own reference.

assistantIdstring

This is the assistant ID that will be used for the call. To use a transient assistant, use assistant instead.

To start a call with:

  • Assistant, use assistantId or assistant
  • Squad, use squadId or squad
  • Workflow, use workflowId or workflow
squadIdstring

This is the squad that will be used for the call. To use a transient squad, use squad instead.

To start a call with:

  • Assistant, use assistant or assistantId
  • Squad, use squad or squadId
  • Workflow, use workflow or workflowId
workflowIdstring

This is the workflow that will be used for the call. To use a transient workflow, use workflow instead.

To start a call with:

  • Assistant, use assistant or assistantId
  • Squad, use squad or squadId
  • Workflow, use workflow or workflowId
phoneNumberIdstring

This is the phone number that will be used for the call. To use a transient number, use phoneNumber instead.

Only relevant for outboundPhoneCall and inboundPhoneCall type.

customerIdstring

This is the customer that will be called. To call a transient customer , use customer instead.

Only relevant for outboundPhoneCall and inboundPhoneCall type.

Response

OR