Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WCA SENT_MAILINGS and COLUMNS #22

Open
epaezibm opened this issue Oct 19, 2018 · 0 comments
Open

WCA SENT_MAILINGS and COLUMNS #22

epaezibm opened this issue Oct 19, 2018 · 0 comments

Comments

@epaezibm
Copy link

The watson-campaign-automation-api package has 2 issues in the method rawRecipientDataExport (raw-recipient-data-export.js):

The SENT_MAILINGS parameter is a boolean parameter. If this field is enabled (it doesnt matter if it set to true or false) the end result is always an empty csv file, which means it doesnt work. If this parameter is disabled (commented out) then the function works as expected.

The COLUMNS parameter is missing. This field is necessary because it receives the names of needed extra columns, for this case is just one column "eventID".

epaezibm added a commit to epaezibm/node-engage that referenced this issue Oct 19, 2018
Added the columns attribute to fix issue Silverpop#22 Silverpop#22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant