Accept the caller's SMS reply into a live voice conversation
Accept a text the caller sent during a live voice call over the AI Agent's own SMS channel. Send `author.role` as `end_user` with the caller's `author.id` from the webhook's `data.end_user_id`, and `content.type` as `text`. The reply becomes the caller's next turn and the AI Agent answers by voice on the call. Ada accepts a reply only on a live voice call it has already texted over your SMS channel, with **Use your own SMS channel** turned on.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
conversation_id
The ID of the conversation
Request
This endpoint expects an object.
content
The message content
Response
Reply accepted into the live call. The response returns content.body as sent.
id
The ID of the message
conversation_id
The ID of the conversation
content
The message content
created_at
The date and time the message was created
updated_at
The date and time the message was updated
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error