-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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".
Metadata
Metadata
Assignees
Labels
No labels