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
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".
The text was updated successfully, but these errors were encountered:
epaezibm
added a commit
to epaezibm/node-engage
that referenced
this issue
Oct 19, 2018
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".
The text was updated successfully, but these errors were encountered: