WorkspaceOutreach
Get workspace outreach
AI-generated outreach emails grouped by contact, with parent district/school context. **Free (0 credits).**
AI-generated outreach emails grouped by contact, with parent district/school context. 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
Query Parameters
limit?integer
Default
50Range
value <= 200Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/workspace/outreach"{
"data": {
"people": [
{
"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",
"email_count": -9007199254740991,
"latest_at": "string",
"emails": [
{
"id": "string",
"subject": "string",
"body": "string",
"status": "string",
"prompt_name": "string",
"created_at": "string"
}
]
}
],
"total_people": -9007199254740991,
"total_emails": -9007199254740991,
"integrations": {
"crm": {
"name": "string"
},
"sequencer": {
"name": "string"
},
"request_email": "string"
}
}
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}Get ICP-ranked accounts feed GET
ICP-ranked district accounts for the Workspace Lists tab. Ranking combines district size and recent signal density from entity_events. **Free (0 credits).**
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).**