GET_PERSON_DEALS_PIPEDRIVE

Get the deals associated with a Pipedrive person.

icon of PipedrivePipedrive
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
GET_PERSON_DEALS_PIPEDRIVE(id
[status]
)
id

Person ID. For example: 42.

[optional] status

Status of the deal. Choose either:

  • "all_not_deleted"' (default)

  • "open"

  • "won"

  • "lost"

  • "deleted"

Examples

GET_PERSON_DEALS_PIPEDRIVE(89) returns deals associated with a person with an ID 89.