What is the easiest way to have a HTTP call from a JavaScript to create records in Salesforce?
I have almost no experience with API connections, but with apps from the app store such as formassembly etc.
How easy is it to set up a connection to have a JavaScript being able to perform a HTTP call?
Thanks a lot in advance for any advice, even if it is a developer, who would be able to assist here.
OK, thx for all your comments so far, i will be more detailed about what we are trying to achieve:
I have a enterprise org and i have a customer, who is familiar with javascript and he wants to create records in a custom object via http call. So i think, it needs to have a rest api call, right? But i have no clue, what to do to make it possible for him to create these records. He is definitely familiar with javascript and coding of a http call, but what in detail do i need to prepare to make him able to setup such calls?
PS: i will definitely do a trailhead and a developer course to be able to do such things and more, but the request is actually kinda urgent.
connection.js, to set up a script to run queries or call apex web services. – battery.cord Apr 11 '18 at 19:20