
Salesforce
Look up an object in Salesforce
Configuration
| Option | Description |
|---|---|
Salesforce accountType: integration Required: True | |
ObjectType: string Required: True | The Salesforce object to search, such as |
Match fieldType: string Required: True | The field to match on, such as |
Match valueType: string Required: True | The value to match. The step fails if this is empty, so map it to a property that is set by the time the step runs. |
Fields to returnType: string Required: False | Comma separated fields to return on the matched record. |
Using our REST API you can create this destination like so:
Terminal