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.
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.
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
^([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)$uuid1 <= items <= 500Response 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"
}People waiting to be reviewed GET
Review is per person and happens once. Adding someone to a sequence writes every message it will send them and lists them here, oldest first, with the first message as a preview and the account their messages will leave from. Nothing is sent to anyone listed here. Read and edit the whole plan at `/org/sequences/{sequenceId}/enrollments/{enrollmentId}/messages`.
How many people are waiting to be reviewed GET
One number, for a badge. Answers 0 rather than 403 for an org without the sequencer, so a caller that asks on every page does not have to know whether the module is on.