apollo_create_phone_call
Log phone calls to Apollo CRM with status, duration, caller info, and contact ID. Supports extra fields for recordings.
Instructions
Log a phone call in Apollo. Common fields are explicit; pass less-common fields (recording_url, etc.) via 'extra'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| extra | No | ||
| status | No | e.g. 'completed', 'no_answer' | |
| user_id | No | ||
| duration | No | Seconds | |
| called_at | No | ISO 8601 | |
| to_number | No | ||
| contact_id | No | ||
| from_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |