Send message
Send message
Send a user message to an existing conversation and receive the assistant’s response
POST
Send message
Send a message to an existing Famulor conversation and receive the assistant’s reply including any function calls triggered during processing.
Path Parameters
UUID of the existing conversation
Request Body
User message to send (max 2000 characters)
Request Examples
Response Fields
Indicates whether the request succeeded
Assistant’s response text
Function calls executed during this message (empty if none)
Response Examples
Notes
- Widget conversations: $0.01 per user message; test conversations are free.
- Store the conversation UUID to resume chats later.
- Show loading states since tool calls may take a few seconds.
- Combine with
Get Conversationfor history andCreate Conversationto start new chats.

