Send Signalgrid push notifications through Apprise using its native URL support
Prerequisites
- An Apprise installation on the system that will send notifications
- A Signalgrid account
- Your Signalgrid
client_key - One or more target channel tokens
- Outbound HTTPS access to Signalgrid
Minimal version requirement
Signalgrid was added natively in Apprise v1.13.1.
Install Apprise
You will need your Signalgrid client key and a channel token before using Apprise.
If you need help locating them, see Find your Client Key and Find your Channel Token.
Signalgrid URL Format
Apprise supports the following URL formats for Signalgrid:
- signalgrid://CLIENT_KEY/CHANNEL
- signalgrid://CLIENT_KEY/CHANNEL1/CHANNEL2
- signalgrid://CLIENT_KEY/CHANNEL?critical=true
Parameters
signalgrid://CLIENT_KEYCHANNELCHANNEL1/CHANNEL2?critical=trueSend a regular notification
Once you have your client key and channel token, send a first test notification like this:
The Apprise title becomes the Signalgrid notification title, and the Apprise body becomes the Signalgrid notification body.
Notify Multiple Channels
If you want the same event to appear in more than one Signalgrid channel, add more channel tokens to the URL:
Send a critical notification
If you want one Apprise target that always creates urgent Signalgrid alerts, append ?critical=true to the Signalgrid URL:
This is useful for host-down alerts, failed backups, and other events that should bypass quiet modes on supported devices.
Manual Testing
When you test the integration for the first time, keep the command simple and run it with verbose output:
If the notification does not show up, compare the result with a direct Signalgrid API request from the same machine:
Troubleshooting
signalgrid:// and that the client key and channel token are both presentclient_key, the channel token, and that your device is signed in to the same Signalgrid account