Supported Providers
Ntfy.sh
Ntfy.sh allows you to send notifications to your devices
Authentication
This provider requires authentication.
- access_token: Ntfy Access Token (required: False, sensitive: True)
- host: Ntfy Host URL (For self-hosted Ntfy only) (required: False, sensitive: False)
- username: Ntfy Username (For self-hosted Ntfy only) (required: False, sensitive: False)
- password: Ntfy Password (For self-hosted Ntfy only) (required: False, sensitive: True)
In workflows
This provider can be used in workflows.
As “action” to make changes or update data, example:
Check the following workflow examples:
Connecting with the Provider
Obtain Ntfy Access Token (For Ntfy.sh only)
- Create an account on Ntfy.sh.
- After logging in, go to the Access token page.
- Click on the
CREATE ACCESS TOKEN
. Give it a label and select token expiration time and click on theCREATE TOKEN
button. - Copy the generated token. This will be used as the
Ntfy Access Token
in the provider settings.
Self-Hosted Ntfy
- To self-host Ntfy, you can follow the instructions here.
- For self-hosted Ntfy, you will need to provide the
Ntfy Host URL
,Ntfy Username
, andNtfy Password
in the provider settings instead of theNtfy Access Token
. - Create a new user for the self-hosted Ntfy instance and use the generated username and password in the provider settings.
Subscribing to a Topic (For Ntfy.sh and self-hosted Ntfy)
- Login to your Ntfy.sh account.
- Click on
Subscribe to a topic
button and generate name for the topic and subscribe to it. - Copy the generated topic name. This will be used as the
Ntfy Subcription Topic
in the provider settings. - Reserve the topic and confiure access (Requires ntfy Pro)