Skip to main content
POST
Draft a pitch email for a prospect
Pass the prospect id and optionally an emailId from Outreach Contacts. Omit emailId to use the prospect’s primary address. Set useMergeVars if the returned copy should retain merge variables rather than substitute them. The response is { subject, body }. This costs 1 AI credit and sends nothing. Review the copy before queueing a pitch.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Prospect ID.

Body

application/json
emailId
string

Which contact to write to, from outreach_prospect_emails. Defaults to the prospect's primary address.

useMergeVars
boolean

Leave merge variables unresolved in the returned copy instead of substituting them.

Response

200 - application/json

Default Response

subject
string
body
string