OrgOutreach queue

Emails waiting on a person

Drafts written by MANUAL sequence steps, oldest first. A manual step resolves everything a real send resolves — the account, the address, the words — and then stops one line short of the provider, so what is listed here is exactly what would go out. Empty until a step is set to manual.

GET
/org/outreach-queue

Drafts written by MANUAL sequence steps, oldest first. A manual step resolves everything a real send resolves — the account, the address, the words — and then stops one line short of the provider, so what is listed here is exactly what would go out. Empty until a step is set to manual.

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

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/org/outreach-queue"
{
  "data": [
    {
      "enrollmentId": "883e2903-3e2f-407c-ae2a-1274a4137945",
      "sequenceId": "eebdfcc6-6ab1-4bc9-bb54-05fd7c583513",
      "sequenceName": "string",
      "stepLabel": "string",
      "kind": "string",
      "orgContactId": "f254015d-44cc-4ee5-9cea-2b17f50d6399",
      "contactId": "b5ec5d98-4bee-4da1-ad24-dde86346cb1d",
      "contactName": "string",
      "contactTitle": "string",
      "districtId": "dcfc5a80-c117-43e5-9945-b0823e3dd8ce",
      "districtName": "string",
      "schoolName": "string",
      "toAddress": "string",
      "subject": "string",
      "body": "string",
      "waitingSince": "string",
      "draftId": "dfb8a430-52c9-4ba8-8878-6bd070da9488"
    }
  ]
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "module_required",
  "module": "string",
  "message": "string",
  "contact": "string"
}