Logo
Platform updates
Assistants

Enable assistant inbound webhook

Enable inbound webhook notifications for a specific assistant

POST

/ user / assistants / enable-inbound-webhook

This endpoint enables inbound webhook notifications for an assistant, allowing you to receive real-time updates about inbound call completions and data.

Request Body

assistant_id integer required

The ID of the assistant to enable webhook for


webhook_url string required

The URL where webhook notifications will be sent


Response

message string

Success message confirming webhook was enabled


data array

Empty array (reserved for future use)


Error Responses

404 Not Found

message string

Error message when the assistant is not found or doesn’t belong to the authenticated user



422 Validation Error

message string

Error message indicating validation failure


errors object

Detailed validation errors for each field



Enable assistant inbound webhook
200 Success Response
404 Not Found
422 Validation Error
{
  "message": "Webhook enabled successfully",
  "data": []
}