activity_types_create
Create a custom activity type with a name, icon, and color to categorize activities beyond default types.
Instructions
Add a new custom activity type.
Creates a custom activity type with specified name, icon, and color. Custom activity types allow you to categorize activities beyond the default types.
Workflow tips:
Name is required (e.g., "Video Call", "Site Visit")
Choose an icon_key (e.g., task, call, meeting, deadline, email, lunch, camera)
Set a color as 6-character hex code without # (e.g., "FF5733")
Custom types appear alongside default types in activity creation
Common use cases:
Create "Video Call" type: { "name": "Video Call", "icon_key": "camera", "color": "4A90E2" }
Create "Site Visit" type: { "name": "Site Visit", "icon_key": "meeting", "color": "E24A4A" }
Create "Demo" type: { "name": "Demo", "icon_key": "task", "color": "4AE290" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Activity type name (e.g., "Video Call", "Site Visit") | |
| icon_key | Yes | Icon identifier (e.g., task, call, meeting, deadline, email, lunch, camera) | |
| color | No | Color as 6-character hex code without # (e.g., "FF5733") |