The Salesforce modules allow you to create broadcast messages, create and modify records and jobs, and make API calls from your Salesforce account.
In order to use Salesforce with {{Make}}, you must first have a Salesforce account. If you do not have one, you can create one at salesforce.com.
![]() |
Note |
---|---|
Not all editions of Salesforce have API access. See here for more information. |
To connect Salesforce app:
Log in to your {{Make}} account, insert any Salesforce module in your scenario, and click the Add button next to the Connection field.
Optional: In the Connection name field, enter a name for the connection.
Select whether you are using a Salesforce Sandbox environment and click Save.
You have successfully established the connection. You can now edit your scenario and add more Salesforce modules. If your connection needs reauthorization at any point, follow the connection renewal steps here.
Log in to your Salesforce account.
Click Home > Apps > New Connected App.
Click Enable OAuth Settings and enter the application details. In the callback URL field, add https://www.integromat.com/oauth/cb/salesforce
.
Click Save.
Click Manage Consumer Details.
Copy the Consumer key and Secret to a safe place.
Log in to your {{Make}} account, insert any Salesforce module in your scenario, and click the Add button next to the Connection field.
Click Show advanced settings and in the Consumer Key and Consumer Secret fields, enter the details copied in Step 6 and click Save..
You have successfully retrieved the consumer credentials.
Searches for records in an object using a Salesforce Object Search Language (SOSL) query.
Lists or searches for records in an object using a filter or a Salesforce Object Query Language (SOQL) query.
Performs an arbitrary authorized API call.
Connection |
||||
URL |
Enter a path relative to
|
|||
Method |
Select the HTTP method you want to use:
|
|||
Headers |
Enter the desired request headers. You don't have to add authorization headers; we already did that for you. |
|||
Query String |
Enter the request query string. |
|||
Body |
Enter the body content for your API call. |
The following API call returns the most recently accessed items that were viewed or referenced by the current user:
URL: /v51.0/recent
Method: GET
Matches of the search can be found in the module's Output under Bundle > Body. Our example returned 1 result:
Posts a message to a chatter feed.