sObject

An sObject integration action manipulates Salesforce objects (sObjects) during integration using 200 OK. Users can create or update records using data from requests or responses.

Let us go with an example :-

Example 1:

Upon receiving a response, it is necessary to generate an Account or Contact record based on the received data. This process involves utilizing the sObject action.

Click on “Add New Action” .Select the sObject as action and “Account” as the Object and "Name" as the field.

To pass the data in the value click on the data mapper icon next to the value .

In Data Mapper select Integration Channel. Based on the requirement of mapping select Request Payload or Response. In mapping edit click on ‘Insert Path’ Selected Path and click on Insert.

Repeat the same process for all the required fields (if any) . After completion of mapping the data click on the save .

After saving execute the channel, once the channel is executed a log will be generated with detailed as shown in the below.

Logs :

Last updated