Pipedrive

CRM API token

Create and update deals, persons, organizations and activities in Pipedrive from any Windmill script, flow or app.

Set up in 3 steps

1

Copy your API token

In Pipedrive, open your account menu, then Personal preferences, then API, and copy the token.

2

Add the resource in Windmill

Open Resources, add a resource of type pipedrive, and paste it into apiToken.

3

Run your first script

Fork any script below and read before writing anything. There are dozens here, so search by the verb you need.

Scripts

Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.

Resource type

pipedrive — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
apiTokenstringYesAPI token retrieved from the dashboard.

Questions

What can the token do?

Everything the user it belongs to can, bounded by their Pipedrive permission set. There are no per-token scopes, so create it on a user with the access you intend.

Is my token stored on the hub?

Never. It lives only in your own Windmill workspace, encrypted at rest.