top of page

Create a DataRaptor Load to Insert/Update Contact details

Create a DataRaptor Load to Insert/Update Contact details to Salesforce:


  1. To create a new DataRaptor, go to the App Launcher, search for "OmniStudio DataRaptors", click New.

  2. Give meaningfull Interface Name, set Interface Type as Load, Input Type as JSON and Output Type as SObject, and click save.

  3. In the Object tab select the object as Contact.

  4. In the Fields tab, choose and map the Contact fields that you want to update or insert data to, like Id, Name, Birthdate, Phone, etc.

  5. Match the ContactId from input JSON with the Id of the Contact SObject and select Upsert Key.

  6. In the Preview tab, enter the input JSON and click execute.

Comments

Share Your ThoughtsBe the first to write a comment.
bottom of page