
Update
CertifiedUpdate an existing person in Pipedrive CRM
Update
Certified
Update an existing person in Pipedrive CRM
yaml
type: io.kestra.plugin.pipedrive.persons.UpdateExamples
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
apiToken *Requiredstring
personId *Requiredintegerstring
apiUrl string
Default
https://api.pipedrive.com/api/v2customFields object
emails array
SubTypeobject
name string
orgId integerstring
ownerId integerstring
phones array
SubTypeobject