Create
Create Certified

Create a new person in Pipedrive CRM

yaml
type: io.kestra.plugin.pipedrive.persons.Create
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
Defaulthttps://api.pipedrive.com/api/v2
SubTypeobject
SubTypeobject