Skip to main content

Send message

POST /api/conversations/{conversation_id}/events

Send a message to a conversation

Parameters

NameInTypeRequiredDescription
conversation_idpathstringyes

Request body

FieldTypeRequiredDescription
roleenumno
content`TextContentImageContent[]`no
runbooleannoWhether the agent loop should automatically run if not running

Responses

StatusDescription
200Successful Response
422Validation Error

Response body

FieldTypeRequiredDescription
successbooleanno

Operation ID: send_message_api_conversations__conversation_id__events_post