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
See https://pusher.com/docs/channels/server_api/http-api/#publishing-events for detailed instructions on interacing with our API.
Still have questions? Please reach out to our Support team by visiting this page.
PreviousHow Can I Implement Message (Event) History In Channels?NextWhat Happens If I Publish Events To Channel If No Clients Are Subscribed?
Last updated