Sends an outbound message in the given conversation for the specified company.
company_id and conversation_id are taken from the URL path. message_body is required in the JSON body.
account_id is resolved from the authenticated user’s account that matches company_id (same as other company-scoped routes).
The request is forwarded to the chat service as a POST with company_id and conversation_id in the path.
Documentation Index
Fetch the complete documentation index at: https://docs.salescaptain.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication token required for accessing protected endpoints. The token should be obtained from the main SalesCaptain authentication service.
Unique identifier for the company
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Unique identifier for the conversation
"b2c3d4e5-f6a7-8901-bcde-f12345678901"
Plain text body of the message to send
"Hi — this is a test message from the api-doc send endpoint."