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 creation of account in our app?

I am integrating my external app with salesforce.com . Is there any way to create an account automatically in our app(external) as soon as we create an accoutn in the salesfroce so that we can use salesforce account as an account in our external app directly? Please give me some suggestion on this

Navatar_DbSupNavatar_DbSup

Hi,

 

You can use the outbound message service that will send the email to your app(external) after that you can parse the email and create account in your external app system .another ways you can create a trigger on account with after insert event and you can use the single message service to send the email to your app for creating the account.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

 

AmitSahuAmitSahu

In addition to above points ....

 

If your external app has webservices, you can consume that in salesforce to create accounts in external app.