WorkspaceOutreachDraftsId
Get outreach draft
Fetch a single saved outreach draft for inline chat embeds. **Free (0 credits).**
Fetch a single saved outreach draft for inline chat embeds. Free (0 credits).
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"
}
}{
"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 be unlocked. **Free (0 credits).**
Get workspace signals home GET
Composes the Workspace signals-home rail: relevant districts (from saved lists or accessible territory) and recent timeline activity for those districts. **Free (0 credits).**