Pick up an account that just finished connecting
Asks the provider what accounts exist and records any this org is missing, attributing each to whoever started connecting it. Exists because the connect callback is an inbound request to a URL we hand the provider — it never arrives on localhost or a preview deployment, and can be missed in production, leaving an account connected on their side and invisible here. Idempotent: an account already held is skipped.
Asks the provider what accounts exist and records any this org is missing, attributing each to whoever started connecting it.
Exists because the connect callback is an inbound request to a URL we hand the provider — it never arrives on localhost or a preview deployment, and can be missed in production, leaving an account connected on their side and invisible here. Idempotent: an account already held is skipped.
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
application/json
curl -X POST "https://loading/api/v1/org/mailboxes/sync"{
"data": {
"claimed": -9007199254740991,
"unclaimed": -9007199254740991
}
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}{
"error": "module_required",
"module": "string",
"message": "string",
"contact": "string"
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}Start connecting an account POST
Mints a one-time link to the hosted sign-in page where the customer connects Gmail, Outlook, an IMAP mailbox, or LinkedIn. The sign-in happens entirely off Bellwork, so no password or provider token reaches us; the account appears in the list once the callback lands. Minted fresh every time and never stored — these links expire on a daily restart whatever the stated expiry says, so a saved one silently stops working.
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.