Salesforce
CRM · 26 actions · connect by signing in
Actions
A sample of the 26 Salesforce actions. Each keeps the schema of the real API.
salesforce.list_dealsreadsalesforce.get_dealreadsalesforce.create_dealwritesalesforce.list_contactsreadsalesforce.get_contactreadsalesforce.create_contactwritesalesforce.delete_dealdelete
From your agent
Your agent never loads these up front. It searches in plain words and gets back the one it needs.
search_tools
{ "query": "list deals", "app": "salesforce" }execute_tool
{ "name": "salesforce.list_deals",
"fields": ["id"] }