string
Request Body
string
Override the draft’s HTML body before sending.
Override the draft’s plain text body before sending.
string[]
Additional CC email addresses.
Response
422 with the guardrails object detailing the issues.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Send a draft reply through the SDR’s connected Gmail.
curl -X POST https://app.leadterra.co/v1/sdr/drafts/DRAFT_ID/send \
-H "Authorization: Bearer sk_live_your_key"
{
"data": {
"messageId": "gmail_message_id",
"guardrails": {
"blocked": false,
"issues": [],
"scores": {
"overall": 0.92,
"readability": 0.88,
"personalization": 0.95,
"linkQuality": 0.90
}
}
}
}
422 with the guardrails object detailing the issues.