Skip to main content
POST
Send an outreach email

Authorizations

Authorization
string
header
required

Pass your Keupera API key as a Bearer token: Authorization: Bearer YOUR_KEUPERA_API_KEY. Generate keys from Account → API Keys in your Keupera dashboard.

Path Parameters

id
string<uuid>
required

Resource ID.

Body

application/json
to_email
string<email>
required
subject
string
required
body_text
string
required

Plain text email body.

body_html
string

HTML email body.

Response

Email queued for sending.

success
boolean
message
string
data
object