OrgOutreach queueEnrollmentid

Send or skip a queued draft

`send` puts it out through the same path the inbox uses — same daily cap, same timeline, same recorded sending account — with any edits applied. `skip` advances the person to the next step without sending, which is what "this touch isn't right for them" means. Keyed on the enrollment, so a second press finds the step already resolved and says so rather than sending twice.

POST
/org/outreach-queue/{enrollmentId}

send puts it out through the same path the inbox uses — same daily cap, same timeline, same recorded sending account — with any edits applied. skip advances the person to the next step without sending, which is what "this touch isn't right for them" means. Keyed on the enrollment, so a second press finds the step already resolved and says so rather than sending twice.

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

Path Parameters

enrollmentId*string
Formatuuid

Request Body

application/json

action*string
Value in"send" | "skip"
subject?string
Lengthlength <= 500
body?string
document_ids?array<>
Itemsitems <= 10

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://loading/api/v1/org/outreach-queue/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{    "action": "send"  }'
{
  "data": {
    "sent": true
  }
}
{
  "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
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}