Update
Update Certified

Update an existing deal in Pipedrive CRM

yaml
type: io.kestra.plugin.pipedrive.deals.Update
yaml
id: pipedrive_update_deal
namespace: company.team

tasks:
  - id: update_deal
    type: io.kestra.plugin.pipedrive.deals.Update
    apiToken: "{{ secret('PIPEDRIVE_API_TOKEN') }}"
    dealId: 123
    value: 75000
    stageId: 2

yaml
id: pipedrive_win_deal
namespace: company.team

tasks:
  - id: win_deal
    type: io.kestra.plugin.pipedrive.deals.Update
    apiToken: "{{ secret('PIPEDRIVE_API_TOKEN') }}"
    dealId: 123
    status: "won"
Properties
Defaulthttps://api.pipedrive.com/api/v2