You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use this library to also call Salesforce Core REST apis.
An implementation of this would likely follow the same pattern as sfmcapi var sfapi = new sfCoreApi();
The main reason for this is to be able to Bulk v2 record request so one is inline with best practises to not use as many API requests as one would with UpdateSingleSalesforceObject.
I'm happy to start on coding this if there is an interest to add it to ssjs-lib.
The text was updated successfully, but these errors were encountered:
ehsky
changed the title
[Feature]
[Feature] Call Salesforce Core Rest API
Apr 25, 2023
We've had this use case too, so I wrote an SSJS wrapper that can handle both SFDC standard API endpoints and also custom Apex ones based on a supplied configuration object.
It's a standalone function independent of this lib (we wrote our own utilities class which has been sufficient for most of our use cases).
Let me know if it'd be of interest to you and I'll figure out how to share it (i.e. a gist or maybe making the whole thing public, we'll see).
I would like to use this library to also call Salesforce Core REST apis.
An implementation of this would likely follow the same pattern as sfmcapi
var sfapi = new sfCoreApi();
The main reason for this is to be able to Bulk v2 record request so one is inline with best practises to not use as many API requests as one would with UpdateSingleSalesforceObject.
I'm happy to start on coding this if there is an interest to add it to ssjs-lib.
The text was updated successfully, but these errors were encountered: