Create
Create Certified

Create a new deal in Pipedrive CRM

yaml
type: io.kestra.plugin.pipedrive.deals.Create
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
Defaulthttps://api.pipedrive.com/api/v2