Pipedrive API lets you add leads linked to people or organizations and tags them with 'API' source. Custom fields from deals apply to leads and appear in responses if set. Details are in the tutorials for adding and updating leads.
titleRequiredstringThe name of the lead
owner_idintegerThe ID of the user which will be the owner of the created lead. If not provided, the user making the request will be used.
was_seenbooleanA flag indicating whether the lead was seen by someone in the Pipedrive UI
label_idsarrayThe IDs of the lead labels which will be associated with the lead
person_idintegerREQUIRED if organization_id is not provided. The ID of a person which this lead will be linked to. If the person does not exist yet, it needs to be created first. At least one of person_id or organization_id must be set.
value__amountintegerAmount
organization_idintegerREQUIRED if person_id is not provided. The ID of an organization which this lead will be linked to. If the organization does not exist yet, it needs to be created first. At least one of person_id or organization_id must be set.
value__currencystringCurrency
expected_close_datestringThe date of when the deal which will be created from the lead is expected to be closed. In ISO 8601 format: YYYY-MM-DD.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.