acc-js-sdk
acc-js-sdk copied to clipboard
A JavaScript SDK for Adobe Campaign Classic
### Expected Behaviour `PostEvent` from `xtk:workflow` to send an event to a signal in a workflow ### Actual Behaviour The SDK throws an error because it's expecting the parameters to...
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding...
Currently there is no way to abort a request from the client. For example: 1. UI makes requests to fetch the data 2. While the call is in progress, the...
## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...
Hi Team, I am facing below issue when I try to access the Element of type Memo using query def: ` export const queryDef = (schemaName: string, id: string, customProps:...
### Description JSDOM is one of the dependencies of adobe/acc-js-sdk package which I am using to make connection to Adobe Campaign in a cdk project. While deploying the application using...
## Description - Add support for downloading a file saved in 'upload' folder at instace We've an API available in backed named [downloadFile.jsp](https://git.corp.adobe.com/Campaign/ac/blob/v6-master/nl/datakit/nl/jsp/downloadFile.jsp) which provides us a way to download...
### Expected Behaviour According to the documentation, the `refreshClient` function should be called when the ACC session expires due to token expiration. This allows the client to refresh the token...
Hello guys, I'm facing two issues when trying to get report data through the API : 1/ Authentication issue : When the request is being sent to the instance, authentication...
## Description According to the documentation, the refreshClient function should be called when the ACC session expires due to token expiration. This allows the client to refresh the token and...