-
-
Notifications
You must be signed in to change notification settings - Fork 436
Notify_pushjet
lead2gold edited this page Nov 30, 2017
·
9 revisions
- Source: https://pushjet.io/
- Icon Support: No
- Message Format: Text
- Message Limit: 32768 Characters per message
Valid syntax is as follows:
- pjet:://{apikey}@{host}
- pjet:://{apikey}@{host}:{port}
- pjets:://{apikey}@{host}
- pjets:://{apikey}@{host}:{port}
Variable | Required | Description |
---|---|---|
apikey | Yes | The API Key associated with your Pushjet account. |
host | Yes | The Pushjet server. |
port | No | The port Pushjet is listening on. By default the port is 80 for pjet:// and 443 for all pjets:// references. |
Send a Pushjet notification:
# Assuming our {apikey} is abcdefghijklmnop-abcdefg
# Assuming our {hostname} is pushjet.server.local
notify pjet://abcdefghijklmnop-abcdefg@pushjet.server.local