This trigger fires when there is a new deal.
Developer info
- API endpoint slug
- pipedrive.new_deal
Trigger fields
No fields for this trigger
Ingredients
Deal titleThe title of the deal.
- Slug
- title
- Filter code
- Pipedrive.newDeal.DealTitle
- Type
- String
- Example
- Deal one
Deal IDThe ID of the deal.
- Slug
- id
- Filter code
- Pipedrive.newDeal.DealId
- Type
- String
- Example
- 123982
Org nameThe name of the organization.
- Slug
- org_name
- Filter code
- Pipedrive.newDeal.OrgName
- Type
- String
- Example
- My Org
Org IDThe id of the organization.
- Slug
- org_id
- Filter code
- Pipedrive.newDeal.OrgId
- Type
- String
- Example
- 123456
Stage nameThe name of the stage the deal is in.
- Slug
- stage_name
- Filter code
- Pipedrive.newDeal.StageName
- Type
- String
- Example
- My Stage
Stage IDThe ID of the deal stage.
- Slug
- stage_id
- Filter code
- Pipedrive.newDeal.StageId
- Type
- String
- Example
- 2
StatusThe status of the deal.
- Slug
- status
- Filter code
- Pipedrive.newDeal.Status
- Type
- String
- Example
- open
Formatted valueThe formatted currency value of the deal.
- Slug
- formatted_value
- Filter code
- Pipedrive.newDeal.FormattedValue
- Type
- String
- Example
- $100,000
ValueThe value of the deal.
- Slug
- value
- Filter code
- Pipedrive.newDeal.Value
- Type
- String
- Example
- 5000
CurrencyThe type of currency.
- Slug
- currency
- Filter code
- Pipedrive.newDeal.Currency
- Type
- String
- Example
- USD
Expected close dateThe date the deal is expected to close.
- Slug
- expected_close_date
- Filter code
- Pipedrive.newDeal.ExpectedCloseDate
- Type
- Date (ISO8601)
- Example
- 2020-07-07
Person nameThe name of the person the deal is about.
- Slug
- person_name
- Filter code
- Pipedrive.newDeal.PersonName
- Type
- String
- Example
- John Smith
Person emailThe email of the person the deal is about.
- Slug
- person_email
- Filter code
- Pipedrive.newDeal.PersonEmail
- Type
- String
- Example
- john@example.com
Person phoneThe phone number of the person the deal is about.
- Slug
- person_phone
- Filter code
- Pipedrive.newDeal.PersonPhone
- Type
- String
- Example
- 123-456-7890
Person IDThe ID of the person the deal is about.
- Slug
- person_id
- Filter code
- Pipedrive.newDeal.PersonId
- Type
- String
- Example
- a2342i343
Owner nameThe name of the deal owner.
- Slug
- owner_name
- Filter code
- Pipedrive.newDeal.OwnerName
- Type
- String
- Example
- Mike Smith
Owner IDThe ID of the user that owns the deal.
- Slug
- owner_id
- Filter code
- Pipedrive.newDeal.OwnerId
- Type
- String
- Example
- 2348234
Created atDate and time deal was created.
- Slug
- created_at
- Filter code
- Pipedrive.newDeal.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00