π§βπ€βπ§Notify device groups
APIs to send push notification to a group of devices in your account, the request only works with account API key.
Authorizations
x-api-keystringRequired
Account / Team API Key
Path parameters
groupIdstringRequired
Device Group ID
Body
titlestringRequired
Notification title
bodystringRequired
Notification Body
soundstringOptional
Notification sound, valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.
channelstringOptionalDefault:
Notification channel, alphanumerical string and hyphens only.
feedlinkstringOptional
Notification link (URL)
imagestringOptional
Notification image (URL)
timeSensitivebooleanOptionalDefault:
Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode. (iOS only)
falseResponses
200
Successful operation
application/json
400
Invalid input
application/json
401
Invalid authentication
application/json
500
Server Error
post
/notify/group/{groupId}Last updated