ssjs-lib icon indicating copy to clipboard operation
ssjs-lib copied to clipboard

An open-source library that takes the repetitive and complex tasks and simplifies them, enabling you to get the most out of Salesforce Marketing Cloud.

Results 8 ssjs-lib issues
Sort by recently updated
recently updated
newest added

I've created following improvements: Fixed: - setup: login & error page customer keys were missing version, - problem on logger (DE Appender) for maximum Message Field length - new function...

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...

> Note to the maintainer(s): Logging this as a combined issue + solution for anyone else that encounters it, feel free to close this immediately or make it a documentation...

There is an issue with this sign function. You parse the JSON and then stringify it again, while this is unnecessary, it might also alter the payload. Like changing the...

I ran into the same issue described [here](https://salesforce.stackexchange.com/questions/371882/ssjs-array-prototype-throws-jintexception-when-used-with-dataextension-retrieve), but when the SSJS code has a call to `DataExtension.Retrieve`. It is unrelated to the `test` value, it happens if these 2...

Hey there ! Thanks for this awesome tool ! I cannot say enough how much I was frustrated by the limitations of SSJS and I found the holy grail with...

The standard array.filter polyfil from MDN does not seem to work and is causing my scripts to timeout and or produce "Bad Request" error. The code is updated with a...

Hello, it seems that when I have `Array.indexOf()` imported to the code, then the DataExtension's Rows.Retrieve() no longer works.