Pipedrive

Pipedrive logo

Pipedrive

Configuration

Pipedrive source connector integrates with the Pipedrive CRM API to extract CRM data.

Synchronizes customer relationship management data including persons, organizations, deals, activities, products, leads, and notes.

Uses API token authentication.

Authentication

This connector uses a custom authentication configuration.

Authentication Configuration

Pipedrive authentication credentials schema.

api_token
strRequired

Your Pipedrive API token. Find it in Settings > Personal preferences > API.

Configuration Options

This connector does not have any additional configuration options.

Data Models

The following data models are available for this connector:

Schema for Pipedrive person (contact) entities.

Reference: https://developers.pipedrive.com/docs/api/v1/Persons

FieldTypeDescription
person_idstrThe Pipedrive person ID.
display_namestrDisplay name of the person.
created_timedatetimeWhen the person was created.
updated_timedatetimeWhen the person was last updated.
first_nameOptional[str]The person’s first name.
last_nameOptional[str]The person’s last name.
emailOptional[str]Primary email address.
phoneOptional[str]Primary phone number.
organization_idOptional[int]ID of the linked organization.
organization_nameOptional[str]Name of the linked organization.
owner_idOptional[int]ID of the user who owns the person.
propertiesDict[str, Any]All properties from Pipedrive person object.
active_flagboolWhether the person is active.
web_url_valueOptional[str]URL to view this person in Pipedrive.

Schema for Pipedrive organization (company) entities.

Reference: https://developers.pipedrive.com/docs/api/v1/Organizations

FieldTypeDescription
organization_idstrThe Pipedrive organization ID.
organization_namestrName of the organization.
created_timedatetimeWhen the organization was created.
updated_timedatetimeWhen the organization was last updated.
addressOptional[str]Organization address.
owner_idOptional[int]ID of the user who owns the organization.
people_countOptional[int]Number of people linked to the organization.
propertiesDict[str, Any]All properties from Pipedrive organization object.
active_flagboolWhether the organization is active.
web_url_valueOptional[str]URL to view this organization in Pipedrive.

Schema for Pipedrive deal entities.

Reference: https://developers.pipedrive.com/docs/api/v1/Deals

FieldTypeDescription
deal_idstrThe Pipedrive deal ID.
deal_titlestrTitle of the deal.
created_timedatetimeWhen the deal was created.
updated_timedatetimeWhen the deal was last updated.
valueOptional[float]Monetary value of the deal.
currencyOptional[str]Currency of the deal value.
statusOptional[str]Status of the deal (open, won, lost, deleted).
stage_idOptional[int]ID of the pipeline stage.
stage_nameOptional[str]Name of the pipeline stage.
pipeline_idOptional[int]ID of the pipeline.
pipeline_nameOptional[str]Name of the pipeline.
person_idOptional[int]ID of the linked person.
person_nameOptional[str]Name of the linked person.
organization_idOptional[int]ID of the linked organization.
organization_nameOptional[str]Name of the linked organization.
owner_idOptional[int]ID of the user who owns the deal.
expected_close_dateOptional[datetime]Expected close date of the deal.
probabilityOptional[float]Deal success probability (0-100).
propertiesDict[str, Any]All properties from Pipedrive deal object.
active_flagboolWhether the deal is active.
web_url_valueOptional[str]URL to view this deal in Pipedrive.

Schema for Pipedrive activity entities (tasks, calls, meetings).

Reference: https://developers.pipedrive.com/docs/api/v1/Activities

FieldTypeDescription
activity_idstrThe Pipedrive activity ID.
activity_subjectstrSubject/title of the activity.
created_timedatetimeWhen the activity was created.
updated_timedatetimeWhen the activity was last updated.
activity_typeOptional[str]Type of activity (call, meeting, task, etc.).
due_dateOptional[datetime]Due date of the activity.
due_timeOptional[str]Due time of the activity.
durationOptional[str]Duration of the activity.
doneboolWhether the activity is done.
noteOptional[str]Note/description of the activity.
deal_idOptional[int]ID of the linked deal.
deal_titleOptional[str]Title of the linked deal.
person_idOptional[int]ID of the linked person.
person_nameOptional[str]Name of the linked person.
organization_idOptional[int]ID of the linked organization.
organization_nameOptional[str]Name of the linked organization.
owner_idOptional[int]ID of the user who owns the activity.
propertiesDict[str, Any]All properties from Pipedrive activity object.
active_flagboolWhether the activity is active.
web_url_valueOptional[str]URL to view this activity in Pipedrive.

Schema for Pipedrive product entities.

Reference: https://developers.pipedrive.com/docs/api/v1/Products

FieldTypeDescription
product_idstrThe Pipedrive product ID.
product_namestrName of the product.
created_timedatetimeWhen the product was created.
updated_timedatetimeWhen the product was last updated.
codeOptional[str]Product code/SKU.
descriptionOptional[str]Product description.
unitOptional[str]Unit of the product.
taxOptional[float]Tax percentage.
categoryOptional[str]Product category.
owner_idOptional[int]ID of the user who owns the product.
pricesDict[str, Any]Product prices in different currencies.
propertiesDict[str, Any]All properties from Pipedrive product object.
active_flagboolWhether the product is active.
web_url_valueOptional[str]URL to view this product in Pipedrive.

Schema for Pipedrive lead entities.

Reference: https://developers.pipedrive.com/docs/api/v1/Leads

FieldTypeDescription
lead_idstrThe Pipedrive lead ID.
lead_titlestrTitle of the lead.
created_timedatetimeWhen the lead was created.
updated_timedatetimeWhen the lead was last updated.
valueOptional[float]Potential value of the lead.
currencyOptional[str]Currency of the lead value.
expected_close_dateOptional[datetime]Expected close date.
person_idOptional[int]ID of the linked person.
person_nameOptional[str]Name of the linked person.
organization_idOptional[int]ID of the linked organization.
organization_nameOptional[str]Name of the linked organization.
owner_idOptional[int]ID of the user who owns the lead.
source_nameOptional[str]Source of the lead.
label_idsOptional[List[str]]List of label IDs.
propertiesDict[str, Any]All properties from Pipedrive lead object.
is_archivedboolWhether the lead is archived.
web_url_valueOptional[str]URL to view this lead in Pipedrive.

Schema for Pipedrive note entities.

Reference: https://developers.pipedrive.com/docs/api/v1/Notes

FieldTypeDescription
note_idstrThe Pipedrive note ID.
note_titlestrTitle/summary of the note.
created_timedatetimeWhen the note was created.
updated_timedatetimeWhen the note was last updated.
contentOptional[str]Content of the note.
deal_idOptional[int]ID of the linked deal.
deal_titleOptional[str]Title of the linked deal.
person_idOptional[int]ID of the linked person.
person_nameOptional[str]Name of the linked person.
organization_idOptional[int]ID of the linked organization.
organization_nameOptional[str]Name of the linked organization.
lead_idOptional[str]ID of the linked lead.
user_idOptional[int]ID of the user who created the note.
pinned_to_deal_flagboolWhether the note is pinned to a deal.
pinned_to_person_flagboolWhether the note is pinned to a person.
pinned_to_organization_flagboolWhether the note is pinned to an organization.
propertiesDict[str, Any]All properties from Pipedrive note object.
active_flagboolWhether the note is active.
web_url_valueOptional[str]URL to view this note in Pipedrive.