When trying to launch a campaign through json payload with the parameters,
"status": "started",
"requestScan": false,
"requestSurvey": true,
"sendMessage": true
the option to get the emails triggered is not getting enabled, in Highlight "Edit Campaign" window.
Solution
The notification is turned off when the status is "started" in the payload. When the status is set as "pending", the notification is turned on.
"status": "pending",
"requestScan": false,
"requestSurvey": true,
"sendMessage": true
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Ticket
33157
Comments