Skip to main content
POST
/
api
/
v1
/
platforms
/
{platform}
/
conversations
/
{conversationId}
/
messages
Error
A valid request URL is required to generate request examples
{
  "data": {
    "id": "msg_124",
    "conversationId": "acc_linkedin_primary:prospect_target_123",
    "direction": "outbound",
    "body": "Happy to share examples. Are you open next Tuesday?",
    "sentAt": "2026-03-21T10:45:00.000Z",
    "status": "sent"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.optareach.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

platform
string
required
conversationId
string
required

Composite key: accountId:prospectTargetId

Body

application/json

Message payload

body
string
required

Response

200 - application/json

Message sent

data
object
required