Artisan IMG > API Operation (api-operation-trigger) (b7cd35d2-96c1-4ed0-a03c-d8a2a7d0d4eb)
Artisan IMG > Salesforce (salesforce) (dd966f42-81e8-4770-a3d8-d095ca41ab45)

Return Salesforce records using SOQL agent tool

Workflow
AI Agent Tools
Beginner

This is a 'Workflow' template which means that it is a single standalone workflow.

Some workflow templates can be modified to work with other workflow templates - e.g. to convert a data sync between two services from uni-directional to bi-directional

Send this tool a SOQL query, including a record type and where clause with valid API names and value for record fields and it will return a total count of matching records and the first page of matching records matching the query. This tool works well when you need to filter a set of record using a variety of fields required to match a user's query. The SOQL query, can have whatever fields are required in the where clause, the record Type and whatever fields are required for the query in the SELECT statement.