Outreach

Queue outreach pitches for sending

Sends real email to real people. Queues one pitch per contact; with sendNow they go out immediately, otherwise they are paced across the mailbox's daily limit. This cannot be undone once a message leaves - use outreach_queued and the unqueue endpoint to pull back anything still waiting. Write the subject and body yourself, one per contact, personalised to the page named on the prospect. Get contact IDs from outreach_prospect_emails; an address that is not on one of this team's prospects is rejected. Queueing the same contact twice is a no-op, so a retry cannot double-send. Items missing a subject, a body or a valid contact are skipped rather than failing the batch, and the call only errors if nothing at all could be queued - so compare the returned count against what you sent.

post/v3/outreach/outbox/queue

Request body

sendNowboolean

Send immediately instead of pacing across the daily limit. Leave false unless the user asked for it.

sendingAccountIdstring

Send from one specific mailbox. Omit to rotate across all connected mailboxes.

Response

Default Response

queuedinteger
queuedConversationIdsstring[]

Newly queued conversation IDs. Read their delivery status from the outbox emails list; these are not worker job IDs.

updatedinteger
skippedinteger
sendNowboolean
spacingMsnumber

Changes

Changed in 1 of the 47 revisions of this API.1