Bellwork
OrgOutreach queueApprove

Approve many people at once

Everyone waiting in one sequence, or a chosen few. Sends nothing by itself: each approved person is handed to the clock, and the sending account's own limits space their messages out from there.

POST
/org/outreach-queue/approve

Everyone waiting in one sequence, or a chosen few. Sends nothing by itself: each approved person is handed to the clock, and the sending account's own limits space their messages out from there.

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

sequence_id?string
Match^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Formatuuid
enrollment_ids?array<>
Items1 <= items <= 500

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://loading/api/v1/org/outreach-queue/approve" \  -H "Content-Type: application/json" \  -d '{}'
{
  "data": {
    "approved": -9007199254740991
  }
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "module_required",
  "module": "string",
  "message": "string",
  "contact": "string"
}