Pipeline activity type object

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

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the pipeline activity type.
descriptionstringThe description of the pipeline activity type.
readOnlybooleanA flag to indicate if the pipeline activity type is read-only.
typeIdstringThe 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.
isActivebooleanA flag to indicate if the pipeline activity type is active in the system.
createdAttimestampThe timestamp when the object was created.