WorkspaceOutreachDraftsId
Get outreach draft
Fetch a single saved outreach draft for inline chat embeds.
Fetch a single saved outreach draft for inline chat embeds.
AuthorizationBearer <token>
API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://loading/api/v1/workspace/outreach/drafts/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"data": {
"id": "string",
"contact_id": "string",
"contact_name": "string",
"contact_title": "string",
"contact_email": "string",
"state": "string",
"district_id": "string",
"district_name": "string",
"school_id": "string",
"school_name": "string",
"subject": "string",
"body": "string",
"created_at": "string",
"template_name": "string"
}
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}Empty
Save outreach draft POST
Persist an AI-drafted outreach email from the Workspace chat. Requires the contact and its parent entity to have been through extraction.
Edit outreach draft PATCH
Replace the model's words with your own. Send a subject, a body, or both; whatever is sent replaces what is stored. The draft must have been written by somebody in your organization.