activity_types_list
Retrieve all activity types, including default and custom, to populate selectors or check available categories for creating activities.
Instructions
Get all activity types.
Retrieves all activity types including both default and custom types. Activity types define the categories of activities that can be created (e.g., call, meeting, task, deadline).
Workflow tips:
Returns both system-defined and custom activity types
Use to populate activity type selectors in UI
Check is_custom_flag to distinguish custom from default types
Cached for 5 minutes for better performance
Common use cases:
List all types: {}
Get activity type options for creating activities
Check available activity types in the system
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||