Executes a query against the connected CRM platform (e.g., Salesforce SOQL). The query is validated for security before execution.
Documentation Index
Fetch the complete documentation index at: https://docs.attention.com/llms.txt
Use this file to discover all available pages before exploring further.
Query request payload
The query to execute (e.g., SOQL for Salesforce)
10000"SELECT Id, Name, Email FROM Contact WHERE CreatedDate = LAST_N_DAYS:30 LIMIT 100"