Ravenhub API
Send Notification
POST
https://api.ravenhub.io/company/:appId/subscribers/:subscriberId/events/:eventId
Sends event data to Ravenhub which will trigger a notification(s) to be sent to the subscriber identified in the path. The body of the request can include JSON data that can be used in notification templates.
Path Parameters
Send Broadcast
POST
https://api.ravenhub.io/company/:appId/broadcasts/:broadcastId
Sends broadcast notifications to the list of subscriber IDs specified in the body of the request. See example below for formatting. The body of the request can include JSON data that can be used in notification templates.
Path Parameters
Last updated