Salesforce integration
CRM · 16 actions · OAuth or Bearer token auth
Salesforce CRM integration: SOQL/SOSL queries, record CRUD, and convenience helpers for Accounts, Contacts, Leads, Opportunities, Tasks, Cases, and Campaign membership.
The ModuleX Salesforce integration lets a ModuleX agent operate Salesforce on your behalf — running create, update and remove actions across soql queries, sosl searches and records — directly from a plain-English request, using your organization's own Salesforce credentials. No pre-built workflow is required: the agent picks the right Salesforce action for the task.
Salesforce is a crm platform. ModuleX adds the agent layer: ask for an outcome and it selects and runs the right Salesforce action — or, when you want a repeatable process, the composer assembles a Salesforce workflow for you, streaming the nodes onto the canvas as it builds.
Drive Salesforce in plain English
Type what you want. A ModuleX agent picks the right Salesforce action — or chains several — and runs it. No workflow to build.
- Generic create — works for any object typeresolves to
create_record - Find the record I describe and update itresolves to
get_recordupdate_record - DELETE a record by object type + IDresolves to
delete_record - Show me the objects that match what I describeresolves to
list_objects
What you can automate with Salesforce
- Find the right record and update it in one prompt
get_recordupdate_record - Create an account straight from a request
create_account - Add a contact to campaign on the fly
add_contact_to_campaign - Pull a list of objects for a report
list_objects
Salesforce integration at a glance
All 16 Salesforce actions
Soql Queries1
soql_querySosl Searches1
sosl_searchRecords4
get_recordcreate_recordupdate_recorddelete_recordAccounts1
create_accountContacts1
create_contactLeads1
create_leadOpportunities1
create_opportunityTasks1
create_taskCases1
create_caseContact to Campaigns1
add_contact_to_campaignLead to Campaigns1
add_lead_to_campaignObjects2
describe_objectlist_objectsSee full parameters and response schemas in the Salesforce integration docs
Two ways to use Salesforce in ModuleX
Connecting Salesforce
Pairs well with Salesforce
Agents often chain Salesforce with these — connect them once and the agent can use all of them in a single task.
Salesforce + ModuleX FAQ
Put Salesforce to work in ModuleX.
Connect Salesforce once with your own credentials and let your agent run all 16 actions on demand.