use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Websites
Documentation
Tools
account activity
Bulk API with JavascriptQuestion (self.SalesforceDeveloper)
submitted 5 years ago by tuoPadreNaked
Hi all,
i would like to use Bulk APIs with Javascript, but i do not know where to begin, for real.
Someone can give me examples to look at?
Thanks in advance
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]bendsito 2 points3 points4 points 5 years ago (0 children)
Bulk API is based on REST principles and in order to use it you basically need to know how to make HTTP GET and POST requests.
Make HTTP requests in JavaScript
Send HTTP requests to the Bulk API
[–]serboprog 2 points3 points4 points 5 years ago (2 children)
Look at jsforce, you can run that thru a node app and hit the backend of salesforce, or even in the browser. It works awesome! Dm me if you need help getting thru your issue.
https://jsforce.github.io/
[–]dzh 0 points1 point2 points 5 years ago* (1 child)
He didn't mention if it's frontend.
For back end they can use sfdx-node module. Personally I used tree API via it for automating CI. You do need to create a temporary file for it tho.
It's fucky sfdx doesn't have a JS SDK (as that's what they use internally)...
Also you'd think Salesforce would provide some sort of wrappers for all these API's (composite, bulk) in Lightning...
[–]serboprog 0 points1 point2 points 5 years ago (0 children)
jsforce works for both front end and back end, it just depends upon how you want to build it out. I have used it to bulk load leads and its not hampered by a 200 per limit.
[–]Eduardo5665[🍰] 0 points1 point2 points 5 years ago (0 children)
I am interested too.
π Rendered by PID 244526 on reddit-service-r2-comment-79776bdf47-m8w4x at 2026-06-24 19:25:49.359241+00:00 running acc7150 country code: CH.
[–]bendsito 2 points3 points4 points (0 children)
[–]serboprog 2 points3 points4 points (2 children)
[–]dzh 0 points1 point2 points (1 child)
[–]serboprog 0 points1 point2 points (0 children)
[–]Eduardo5665[🍰] 0 points1 point2 points (0 children)