function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
badaribadari 

Automatic account creation of SFA account in external app

i have used API to integrate, I need to create an account of SFA into my app automatically as soon as i create an account of SFA. Can i use that SFA account directly into my app account directly. Is there any option to create account automatically

Alok_NagarroAlok_Nagarro

Hi,

 

You have 2 options to do the same -

 

1. Outbound Message

2. Webservice callout

NikhilNikhil

Outbound message is not very reliable..

 

First You create a webservice for your application so that salesforce can access that webservice to add a account to your app.

 

then you need to call that webservice and make a callout whenever a account gets inserted in your salesforce org