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
workspacerequired
Pipedrive workspace subdomain, e.g. "reduck"
contact_namerequired
Name of the contact person for this lead (created as a new contact)
Output
idrequired
urlrequired
titlerequired
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.