Update

Update

Certified

Update an existing person in Pipedrive CRM

yaml
type: io.kestra.plugin.pipedrive.persons.Update
yaml
id: pipedrive_update_person
namespace: company.team

tasks:
  - id: update_person
    type: io.kestra.plugin.pipedrive.persons.Update
    apiToken: "{{ secret('PIPEDRIVE_API_TOKEN') }}"
    personId: 55
    orgId: 42
    emails:
      - value: "jane.doe@newcompany.com"
        primary: true
Properties
Defaulthttps://api.pipedrive.com/api/v2
SubTypeobject
SubTypeobject