provider Persons POST /persons/{id}/followers
@utdk/pipedrive /persons/{id}/followers
Add a follower to a person
Adds a follower to a person.
id path required
The ID of the person
integer

Try it

Authentication
Configure credentials for Pipedrive API v1
addpersonfollower
POST/persons/{id}/followers
Adds a follower to a person.

Parameters

required

The ID of the person

Input

required

The ID of the user

Configure credentials above to enable sending.

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

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.addpersonfollower()