Apprise¶
- Schemes:
apprise://
,apprises://
- Format: text, markdown, html
- Homepage: https://github.com/caronc/apprise-api
- API Documentation: https://github.com/caronc/apprise-api#persistent-storage-solution
List of all supported services: Services
URL Format¶
apprise://{user}:{password}@{host}:{port}/{token}
apprises://{user}:{password}@{host}:{port}/{token}
user
andpassword
: Optional HTTP Basic Auth credentials.host
andport
: The address of the service.token
: TheKEY
of the Apprise API server.
Query Parameters¶
Parameter | Description |
---|---|
tag | A tag to for Apprise API to filter target URL. |
format | Force the format of the notification. Default is markdown |