Create
Create a new deal in Pipedrive CRM
Create
Create a new deal in Pipedrive CRM
yaml
type: io.kestra.plugin.pipedrive.deals.CreateExamples
yaml
id: pipedrive_create_deal
namespace: company.team
tasks:
- id: create_deal
type: io.kestra.plugin.pipedrive.deals.Create
apiToken: "{{ secret('PIPEDRIVE_API_TOKEN') }}"
title: "Enterprise Software License"
value: 50000
currency: "USD"
yaml
id: pipedrive_create_deal_with_person
namespace: company.team
tasks:
- id: create_deal
type: io.kestra.plugin.pipedrive.deals.Create
apiToken: "{{ secret('PIPEDRIVE_API_TOKEN') }}"
title: "Cloud Services Contract"
value: 100000
currency: "USD"
personId: 123
stageId: 1
expectedCloseDate: "2024-12-31"
Properties
apiToken *Requiredstring
title *Requiredstring
apiUrl string
Default
https://api.pipedrive.com/api/v2