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 title The title of the deal.
- Slug
- title
- Filter code
- Pipedrive.newDeal.DealTitle
- Type
- String
- Example
- Deal one
Deal The ID of the deal.
- Slug
- id
- Filter code
- Pipedrive.newDeal.DealId
- Type
- String
- Example
- 123982
Org name The name of the organization.
- Slug
- org_name
- Filter code
- Pipedrive.newDeal.OrgName
- Type
- String
- Example
- My Org
Org The id of the organization.
- Slug
- org_id
- Filter code
- Pipedrive.newDeal.OrgId
- Type
- String
- Example
- 123456
Stage name The name of the stage the deal is in.
- Slug
- stage_name
- Filter code
- Pipedrive.newDeal.StageName
- Type
- String
- Example
- My Stage
Stage The ID of the deal stage.
- Slug
- stage_id
- Filter code
- Pipedrive.newDeal.StageId
- Type
- String
- Example
- 2
Status The status of the deal.
- Slug
- status
- Filter code
- Pipedrive.newDeal.Status
- Type
- String
- Example
- open
Formatted value The formatted currency value of the deal.
- Slug
- formatted_value
- Filter code
- Pipedrive.newDeal.FormattedValue
- Type
- String
- Example
- $100,000
Value The value of the deal.
- Slug
- value
- Filter code
- Pipedrive.newDeal.Value
- Type
- String
- Example
- 5000
Currency The type of currency.
- Slug
- currency
- Filter code
- Pipedrive.newDeal.Currency
- Type
- String
- Example
- USD
Expected close date The date the deal is expected to close.
- Slug
- expected_close_date
- Filter code
- Pipedrive.newDeal.ExpectedCloseDate
- Type
- Date (ISO8601)
- Example
- 2020-07-07
Person name The name of the person the deal is about.
- Slug
- person_name
- Filter code
- Pipedrive.newDeal.PersonName
- Type
- String
- Example
- John Smith
Person email The email of the person the deal is about.
- Slug
- person_email
- Filter code
- Pipedrive.newDeal.PersonEmail
- Type
- String
- Example
- john@example.com
Person phone The phone number of the person the deal is about.
- Slug
- person_phone
- Filter code
- Pipedrive.newDeal.PersonPhone
- Type
- String
- Example
- 123-456-7890
Person The ID of the person the deal is about.
- Slug
- person_id
- Filter code
- Pipedrive.newDeal.PersonId
- Type
- String
- Example
- a2342i343
Owner name The name of the deal owner.
- Slug
- owner_name
- Filter code
- Pipedrive.newDeal.OwnerName
- Type
- String
- Example
- Mike Smith
Owner The ID of the user that owns the deal.
- Slug
- owner_id
- Filter code
- Pipedrive.newDeal.OwnerId
- Type
- String
- Example
- 2348234
Created at Date and time deal was created.
- Slug
- created_at
- Filter code
- Pipedrive.newDeal.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00