Notification sounds
Note: requires mobile app version >= 1.2.21
In the list below, you can find all available notification sounds, which you can use with raw notifications, notification templates and raw templated notifications.
Note: Sound key is the value you want to use with API calls, e.g. arcturus
in the following example:
curl -X POST \
"https://hook.notify17.net/api/raw/RAW_API_KEY" \
-F title="Instance setup: finished" \
-F content="Instance ${HOSTNAME} has been set up correctly!"
-F sound="arcturus"
Loading...