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}
userandpassword: Optional HTTP Basic Auth credentials.hostandport: The address of the service.token: TheKEYof 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 |