Skip to main content
PUT
Update an inbound assistant
Updates an existing inbound dialer identified by the supplied id. You can rename the inbound, re-bind it to a different assistant and/or dialer phone number, or toggle the notification flag (true/false) to enable or disable notifications for incoming calls. Provide the full request body with the fields you want to keep or change.

Authorizations

x-api-key
string
header
required

Query Parameters

id
string
required

The ID of the inbound assistant to update

Body

application/json

Inbound assistant fields to update

name
string
required

The name of the inbound assistant

assistant_id
string
required

ID of the assistant (or IVR assistant) that will handle the inbound calls

dialer_id
string
required

ID of the dialer whose phone number receives the inbound calls

notification
boolean
default:false

Whether to enable notifications for incoming calls handled by this inbound assistant

Response

Inbound assistant response

id
string
required

Unique identifier of the inbound assistant

name
string
required

The display name of the inbound assistant

assistant_id
string
required

ID of the assistant that answers the inbound calls

dialer_id
string
required

ID of the dialer that provides the phone number

assistant_name
string

Name of the linked assistant

phone_number
string

Phone number the inbound assistant is attached to

incoming_count
integer<int32>

Number of incoming calls handled by this inbound assistant

notification
boolean

Whether notifications are enabled for incoming calls handled by this inbound assistant