App Logo
pipedrive.com

Create Pipedrive lead

Create a new lead in Pipedrive's Leads Inbox via the "+ Lead" quick-add form, setting the contact person's name as a new contact. Returns the new lead's id and detail-page URL.

Input

workspace required

Pipedrive workspace subdomain, e.g. "reduck"

contact_name required

Name of the contact person for this lead (created as a new contact)

Output

id required
url required
title required

FAQ

Create a new lead in Pipedrive's Leads Inbox via the "+ Lead" quick-add form, setting the contact person's name as a new contact. Returns the new lead's id and detail-page URL.
Required: workspace, contact_name.
It returns id, url, title.
Yes. It acts as you on pipedrive.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the pipedrive.com cookies saved by the Reduck extension.
It makes changes on pipedrive.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/pipedrive.com/create_lead, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/pipedrive.com/create_lead
It is part of Reduck's official curated catalogue.

Start building not clicking