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.
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.
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
uuidRequest Body
application/json
"send" | "skip"length <= 500items <= 10Response 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
}Emails waiting on a person GET
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.
List the organization's outreach sequences GET
Every sequence the org has drawn, newest first, with how many steps each one has and how many contacts are currently moving through it. Gated by the `sequencer` module; otherwise responds 403 module_required.