Easily Integrate
Pipedrive's API using Konfig's TypeScript SDK
Growing API Companies trust Konfig's SDKs to onboard developers to their API.
First, instantiate the SDK
It only takes a few lines of code.
Then, send your first request
We made it really easy.
Enjoy a buttery smooth developer experience with 275 SDK methods
Parameter
The client ID provided to you by the Pipedrive Marketplace when you register your app
The callback URL you provided when you registered your app. Authorization code will be sent to that URL (if it matches with the value you entered in the registration form) if a user approves the app install. Or, if a customer declines, the corresponding error will also be sent to this URL.
You may pass any random string as the state parameter and the same string will be returned to your app after a user authorizes access. It may be used to store the user's session ID from your app or distinguish different responses. Using state may increase security; see RFC-6749. The state parameter is not automatically available in Marketplace Manager. To enable it for your app, please write to us at marketplace.devs@pipedrive.com.
Response
Endpoint
Parameter
Response
Endpoint
Parameter
The comma-separated IDs of activities that will be deleted
Response
Endpoint
Parameter
The ID of the user whose activities will be fetched. If omitted, the user associated with the API token will be used. If 0, activities for all company users will be fetched based on the permission sets.
The ID of the filter to use (will narrow down results if used together with user_id
parameter)
The type of the activity, can be one type or multiple types separated by a comma. This is in correlation with the key_string
parameter of ActivityTypes.
For pagination, the limit of entries to be returned. If not provided, 100 items will be returned.
For pagination, the position that represents the first result for the page
Use the activity due date where you wish to begin fetching activities from. Insert due date in YYYY-MM-DD format.
Use the activity due date where you wish to stop fetching activities from. Insert due date in YYYY-MM-DD format.
Whether the activity is done or not. 0 = Not done, 1 = Done. If omitted returns both done and not done activities.
Response
Endpoint
No Parameters
Response
Endpoint
Parameter
For pagination, the marker (an opaque string value) representing the first item on the next page
For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 500 is allowed.
The time boundary that points to the start of the range of data. Datetime in ISO 8601 format. E.g. 2022-11-01 08:55:59. Operates on the update_time
field.
The time boundary that points to the end of the range of data. Datetime in ISO 8601 format. E.g. 2022-11-01 08:55:59. Operates on the update_time
field.
The ID of the user whose activities will be fetched. If omitted, all activities are returned.
Whether the activity is done or not. false
= Not done, true
= Done. If omitted, returns both done and not done activities.
The type of the activity, can be one type or multiple types separated by a comma. This is in correlation with the key_string
parameter of ActivityTypes.
Response
Endpoint
How Konfig Works
Konfig collects APIs and automatically generates SDKs so you can focus on building your application.
Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository
We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.
Generates AI-Augmented SDKs from openapi-examples
Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.
Publishes to standard package managers
We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.
About Pipedrive
Founded in 2010, Pipedrive is an easy and effective sales CRM that drives small business growth. Today, Pipedrive is used by revenue teams at more than 100,000 companies worldwide. Pipedrive is headquartered in New York and has offices across Europe and the US. The company is backed by majority holder Vista Equity Partners, Bessemer Venture Partners, Insight Partners, Atomico, and DTCP. Learn more at www.pipedrive.com.