Pipedrive

Pipedrive is a cloud-based sales platform and a web and mobile-based CRM.

Info

Schemes: https
Base URL: https://api.pipedrive.com/v1

Documentation Reference

Authentication: Api key and App Key

Generate Key: You can get the API token manually from the Pipedrive's web app by going to Settings > Personal > Other > API.

Link for help

Endpoints

/activities

GET POST PUT DELETE

Summary: Activities are appointments/tasks/events on a calendar that can be associated with a Deal, a Person and an Organization. Activities can be of different type (such as call, meeting, lunch or a custom type - see ActivityTypes object) and can be assigned to a particular User. Note that activities can also be created without a specific date/time.

Reference

/organizations

GET PATCH POST PUT DELETE

Summary: Organizations are companies and other kinds of organizations you are making Deals with. Persons can be associated with organizations so that each organization can contain one or more Persons.

Reference

/deals

GET PATCH POST PUT DELETE

Summary: Deals represent ongoing, lost or won sales to an Organization or to a Person. Each deal has a monetary value and must be placed in a Stage. Deals can be owned by a User, and followed by one or many Users. Each Deal consists of standard data fields but can also contain a number of custom fields.

The custom fields can be recognized by long hashes as keys. These hashes can be mapped against DealField key. The corresponding label for each such custom field can be obtained from DealField.name.

Reference

/users

GET PATCH POST PUT DELETE

Summary: Users are people with access to your Pipedrive account. A user may belong to one or many Pipedrive accounts, so deleting a user from one Pipedrive account will not remove the user from the data store if he/she is connected to multiple accounts. Users should not be confused with Persons.

Reference