
Pipedrive API Integration Profile
Information and guides about integrating with Pipedrive API
Add Pipedrive Integration to Your AppAdd new activity type in Pipedrive API
Adds a new activity type.
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Query | query | object | |
Data | data | object | |
Name | data.name | string | The name of the activity type |
Icon Key | data.icon_key | string | Icon graphic to use for representing this activity type |
Color | data.color | string | A designated color for the activity type in 6-character HEX format (e.g. `FFFFFF` for white, `000000` for black) |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Success | success | boolean | If the response is successful or not |
Data | data | object | |
Id | data.id | number | The ID of the activity type |
Name | data.name | string | The name of the activity type |
Icon Key | data.icon_key | string | Icon graphic to use for representing this activity type |