# POST /activities

**Resource:** [Activities](./activities.md)  
**Scopes:** `activities:write`  
**Write operation:** yes

Create an activity. Set activity_type to "call", "meeting", or "note". Link to a contact, deal, or customer.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `activity_type` | body | string | yes | Type: call, meeting, or note |
| `subject` | body | string | yes | Activity subject |
| `description` | body | string | no | Activity details/notes |
| `contact_id` | body | uuid | no | Contact ID |
| `deal_id` | body | uuid | no | Deal ID |
| `customer_id` | body | uuid | no | Customer ID |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`