๐Notify all devices or teams
APIs to send push notification to all devices connected to your account or or a team.
Last updated
Was this helpful?
APIs to send push notification to all devices connected to your account or or a team.
Last updated
Was this helpful?
The targeting is based on which API key you specify in the request:
If you use you account API key the notification will be send to all devices in your account.
If you specify a team API key then the notification will be send to all devices for every member in the team.
Your API Key is required for making any requests using our API, you can find it inside the console integrations page (https://push.techulus.com/console/integrations) or
Account
tab in mobile app. Team API keys can be found in the team details screen.
The authentication header (API Key) to be specified in the request is x-api-key
/notify
Notification title
Notification Body
Notification sound, valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.
Notification channel, alphanumerical string and hyphens only.
Notification link (URL)
Notification image (URL)
Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode. (iOS only)
/notify/{apiKey}
Account / Team API Key
Notification title
Notification Body
Notification sound, valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.
Notification channel, alphanumerical string and hyphens only.
Notification link URL (URL Encoded)
Notification image URL (URL Encoded)
Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode. (iOS only)
/notify/{apiKey}
Account / Team API Key
Notification title
Notification Body
Notification sound, valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.
Notification channel, alphanumerical string and hyphens only.
Notification link (URL)
Notification image (URL)
Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode. (iOS only)
/notify-async
Notification title
Notification Body
Notification sound, valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.
Notification channel, alphanumerical string and hyphens only.
Notification link (URL)
Notification image (URL)
Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode. (iOS only)