scheduleCampaignFeedbackReport

Schedule a feedback report to be sent to defined recipients. A report can be scheduled for a NORMAL campaign or a SPLIT_TEST (CampaignType).

 Input  Type  Description
 token  AuthToken  Authorization token.
 campaignIdentifier  xs:int  Campaign identifier.
 recipients  String[]  Email addresses of customer-relevant users. If empty, the email address of the user that creates the request is used.
 hours  xs:int  The delay before the report is sent. The default is 12 hours.

 

 Output  Type  Description
 xs:boolean  True if the request has been processed correctly.