
Pipedrive API Integration Profile
Information and guides about integrating with Pipedrive API
Add Pipedrive Integration to Your ProductAdd an activity in Pipedrive API
Adds a new activity. Includes more_activities_scheduled_in_context
property in response's additional_data
which indicates whether there are more undone activities scheduled with the same deal, person or organization (depending on the supplied data). For more information, see the tutorial for adding an activity.
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Query | query | object | |
Data | data | object | |
Due Date | data.due_date | string | The due date of the activity. Format: YYYY-MM-DD |
Due Time | data.due_time | string | The due time of the activity in UTC. Format: HH:MM |
Duration | data.duration | string | The duration of the activity. Format: HH:MM |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Success | success | boolean | |
activityResponseObject | data | object | |
Due Date | data.due_date | string | The due date of the activity. Format: YYYY-MM-DD |
Due Time | data.due_time | string | The due time of the activity in UTC. Format: HH:MM |
Duration | data.duration | string | The duration of the activity. Format: HH:MM |