SEARCH_LEADS_SALESFORCE

Search for existing leads on Salesforce.

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

Parameter List

Syntax
SEARCH_LEADS_SALESFORCE(
[lead_status]
[first_name]
[last_name]
[email]
[company]
)
[optional] lead_status

The status of the lead. For example: "Closed".

[optional] first_name

First name of the lead. For example: "John".

[optional] last_name

Last name of the lead. For example: "Doe".

[optional] email

Email of the lead. For example: "john@acme.com".

[optional] company

Company of the lead. For example: "stripe".

Examples

SEARCH_LEADS_SALESFORCE("Closed", "Arthur") returns Arthur's lead information from Salesforce.