Comment on page
🧑🤝🧑
Notify device groups (beta)
APIs to send push notification to a group of devices in your account, the request only works with account API key.
Your API Key is required for making any requests using our API, you can find it inside the console. https://push.techulus.com/console
post
https://push.techulus.com
/api/v1/notify/group/{group_id}
Send Notification to a group
{
"title": "Welcome to Push by Techulus",
"body": "This is your first notification"
}
Last modified 9mo ago