SEARCH_DEALS_PIPEDRIVE

Search for Pipedrive deals.

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

Parameter List

Syntax
SEARCH_DEALS_PIPEDRIVE(
[query]
[pipeline]
[stage]
[status]
)
[optional] query

One or more search terms. For example: "Spring sale". If empty, returns all deals.

[optional] pipeline

Pipeline name or deal ID. For example: "Pipeline" or 30.

[optional] stage

Pipeline stage name or deal ID. For example: "Lead In" or 30.

[optional] status

Status of the deal. Choose either:

  • "all_not_deleted"' (default)

  • "open"

  • "won"

  • "lost"

  • "deleted"

Selected options:
All (not deleted)
Deleted
Lost
Open
Won

Examples

SEARCH_DEALS_PIPEDRIVE("Spring deal") returns data with deals that match Spring deal.