Create
Create a new person in Pipedrive CRM
Create
Create a new person in Pipedrive CRM
yaml
type: io.kestra.plugin.pipedrive.persons.CreateExamples
yaml
id: pipedrive_create_person
namespace: company.team
tasks:
- id: create_person
type: io.kestra.plugin.pipedrive.persons.Create
apiToken: "{{ secret('PIPEDRIVE_API_TOKEN') }}"
name: "John Doe"
emails:
- value: "john.doe@example.com"
primary: true
phones:
- value: "+1234567890"
primary: true
yaml
id: pipedrive_create_person_with_org
namespace: company.team
tasks:
- id: create_person
type: io.kestra.plugin.pipedrive.persons.Create
apiToken: "{{ secret('PIPEDRIVE_API_TOKEN') }}"
name: "Jane Smith"
orgId: 123
emails:
- value: "jane.smith@company.com"
primary: true
label: "work"
Properties
apiToken *Requiredstring
name *Requiredstring
apiUrl string
Default
https://api.pipedrive.com/api/v2customFields object
emails array
SubTypeobject
orgId integerstring
ownerId integerstring
phones array
SubTypeobject