ToolsSequences
Get company interaction history
Interaction history for one company - the company record, its people, and a rolled-up timeline of their events and messages.
Tool: get_company_interaction_history
Parameters
| Param | Type | Required | Description |
|---|---|---|---|
company_id | string (slug or UUID) | no | The company. One of company_id / name / domain is required. |
name | string | no | OR look up by full/partial company name. Alias: company_name. |
domain | string | no | OR look up by company domain. |
limit | integer | no | Most-recent history items returned. Default: 50. |
Returns the company record, its people, and a rolled-up timeline of their events and messages.
Sample request
{
"name": "acme"
}Create sequence
Create a sequence from an ordered steps array (typically a connection request, an acceptance condition, then 3–4 spaced follow-up messages).
Get person interaction history
Full interaction history for one person - events, outreach, planned sends, and messages - plus active_enrollments: their live sequence positions with the next step due (empty list = definitively not enrolled).