# pipeline_record_log_activity

> Log an activity on a pipeline record.

<!-- Source: https://docs.actuallycare.com/tools/pipelines/pipeline_record_log_activity -->

Log an activity on a pipeline record. Use for notes, calls, emails, meetings, demos, or tasks. Creates a timestamped entry in the record's activity history.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `record_id` | string | Yes | Pipeline record UUID · Format: UUID |
| `activity_type` | enum | Yes | Type of activity · One of: `note`, `call`, `email`, `meeting`, `demo`, `task`, `other` |
| `subject` | string | No | Activity subject/title |
| `body` | string | No | Activity details/notes |
| `details` | object | No | Structured activity data |

## Example prompts

- "Log a call on the Smith Brokerage record, we discussed pricing for 15 seats."
- "Add a note to the Keystone Realty record about their demo scheduled Friday."

## Safety

**Logs activity.** Adds an activity log entry. Your existing records are not changed.
