Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Executes the specified SOQL query.
External DocumentationTo learn more, visit the Salesforce documentation.

Parameters

ParameterDescription
QueryA SOQL query.
For more information, see Data Cloud Query Profile Parameters.

Example Output

{
	"totalSize": 859,
	"done": true,
	"records": [
		{
			"attributes": {
				"type": "<string>",
				"url": "<string>"
			},
			"Lead_Id_Text__c": "<string>",
			"Status": "<string>",
			"Merchant_ID__c": "<string>"
		},
		{
			"attributes": {
				"type": "<string>",
				"url": "<string>"
			},
			"Lead_Id_Text__c": "<string>",
			"Status": "<string>",
			"Merchant_ID__c": "<string>"
		}
	]
}

Workflow Library Example

Execute Soql Query with Salesforce and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop