Pipeline Activity Types are used to track the types of activities that occur during the sales process.
Pipeline activity types are only available in the pro plan and require the pipeline feature to be turned on in your workspace.
Example
{
"id": "1d6756d3-3e6d-40df-ba01-b2b54fd52ed7",
"name": "Meeting",
"description": "Represents a scheduled meeting with a contact or client.",
"readOnly": false,
"typeId": "meeting",
"createdAt": "2024-03-21T13:42:10.503Z",
"isActive": true
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the pipeline activity type. |
description | string | The description of the pipeline activity type. |
readOnly | boolean | A flag to indicate if the pipeline activity type is read-only. |
typeId | string | The type of the pipeline activity type. Can be one of: amount_change , call , edit , email , expected_close_date_range , file , meeting , next_steps_change , note , owner_change , probability_change , project_assignment , revenue_change , stage_change . |
isActive | boolean | A flag to indicate if the pipeline activity type is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |