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
vishal yadav 62vishal yadav 62 

My task is to integrate salesforce with externl website using REST and I am able to hit the External system URL. I was Struct here...! and how we can get data from external website & how to code for that...?

Hi, 

I want integrate salesforce with externl website using REST. 

I am able to hit the External system URL. I was Struct here...!  and how we can get data from external website & how to code for that...?
Like whenever a user enter their account details in external website, those data should also get into salesforce accounts.
 
NagendraNagendra (Salesforce Developers) 
Hi Vishal,

You will probably want to use the Salesforce APIs to send data from the external website into Salesforce once the form is completed. Since you are already using REST for outbound calls from Salesforce you could also use it for inbound calls.

See Create a Record.
The alternative is that you have Salesforce periodically poll the external system for the Account records.

For more information please check with below link from the community forums exactly with a similar issue. Hope this helps you.

Please mark this as solved if it's resolved so that it gets removed from the unanswered queue which results in helping others who are encountering a similar issue.

Thanks,
Nagendra