Skip to content

Notify_kumulos

Chris Caron edited this page Aug 3, 2020 · 2 revisions

Kumulos

  • Source: https://kumulos.com/
  • Icon Support: No
  • Message Format: Text
  • Message Limit: 240 Characters per message

Account Setup

To use this plugin, you must have a Kumulos account set up. Add at least 1 client and link it with your phone using the phone app (using your Companion App option in the profile menu area):

To use Kumulos, you will need to acquire your API Key and Server Key. Both of these are accessible via the Kumulos Dashboard.

Syntax

Valid syntax ia as follows:

  • kumulos://{ApiKey}/{ServerKey}

Parameter Breakdown

Variable Required Description
ApiKey Yes The API Key associated with your Kumulos account.
ServerKey Yes The Server Secret associated with your Kumulos account.

Example

Send a Kumulos Notification:

# Assuming our {APIKey} is 8b799edf-6f98-4d3a-9be7-2862fb4e5752
# Assuming our {ServerKey} is aNe8IVQvUay79KEOt8jEh2GPWOwRKAXG+lP7
apprise -vv -t "Test Message Title" -b "Test Message Body" \
   kumulos://8b799edf-6f98-4d3a-9be7-2862fb4e5752/aNe8IVQvUay79KEOt8jEh2GPWOwRKAXG+lP7
Clone this wiki locally