provider CallLogs POST /callLogs
@utdk/pipedrive /callLogs
Add a call log
Adds a new call log.

Try it

Authentication
Configure credentials for Pipedrive API v1
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

addcalllog
POST/callLogs
Adds a new call log.

Input

The ID of the owner of the call log. Please note that a user without account settings access cannot create call logs for other users.

If specified, this activity will be converted into a call log, with the information provided. When this field is used, you don't need to specify `deal_id`, `person_id` or `org_id`, as they will be ignored in favor of the values already available in the activity. The `activity_id` must refer to a `call` type activity.

The name of the activity this call is attached to

The duration of the call in seconds

required

Describes the outcome of the call

The number that made the call

required

The number called

required

The date and time of the start of the call in UTC. Format: YYYY-MM-DD HH:MM:SS.

required

The date and time of the end of the call in UTC. Format: YYYY-MM-DD HH:MM:SS.

The ID of the person this call is associated with

The ID of the organization this call is associated with

The ID of the deal this call is associated with. A call log can be associated with either a deal or a lead, but not both at once.

The ID of the lead in the UUID format this call is associated with. A call log can be associated with either a deal or a lead, but not both at once.

The note for the call log in HTML format

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.addcalllog()