Is It Possible To Schedule Event Sending in My Channels App?
It is not possible to schedule events in the dashboard. These can only be sent on an adhoc basis. You would need to implement this functionality yourself programmatically. A simple solution to do this may be to create a cron (or other scheduled) task that can trigger a POST request to our HTTP API