OrgCommunicationsReply

Reply to a conversation

Send a reply through the same connected account the sequencer sends from, so the district sees one continuous conversation. The reply is recorded on the timeline. A provider failure returns 502 rather than being retried — someone is watching, and a silent retry would either duplicate the message or look like nothing happened.

POST
/org/communications/reply

Send a reply through the same connected account the sequencer sends from, so the district sees one continuous conversation. The reply is recorded on the timeline. A provider failure returns 502 rather than being retried — someone is watching, and a silent retry would either duplicate the message or look like nothing happened.

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Request Body

application/json

recipients*array<>
Items1 <= items <= 25
channel*string
Value in"email" | "linkedin"
linkedin_kind?string
Value in"linkedin_invite" | "linkedin_message"
subject?string
Lengthlength <= 500
body*string
Length1 <= length
thread_id?|
document_ids?array<>
Itemsitems <= 10

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://loading/api/v1/org/communications/reply" \  -H "Content-Type: application/json" \  -d '{    "recipients": [      {}    ],    "channel": "email",    "body": "string"  }'
{
  "data": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
  }
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "module_required",
  "module": "string",
  "message": "string",
  "contact": "string"
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}