Update
Update an existing deal in Pipedrive CRM
Update
Update an existing deal in Pipedrive CRM
yaml
type: io.kestra.plugin.pipedrive.deals.UpdateExamples
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
apiToken *Requiredstring
dealId *Requiredintegerstring
apiUrl string
Default
https://api.pipedrive.com/api/v2