From e2a61be29f4449f39af38fc8190d12b955ac016f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 23 Jun 2025 20:23:31 -0400 Subject: [PATCH] Created Notify_clickatell (markdown) --- Notify_clickatell.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Notify_clickatell.md diff --git a/Notify_clickatell.md b/Notify_clickatell.md new file mode 100644 index 0000000..39e06d1 --- /dev/null +++ b/Notify_clickatell.md @@ -0,0 +1,26 @@ +## Clickatell Notifications +* **Source**: https://www.clickatell.com/ +* **Icon Support**: No +* **Message Format**: Text +* **Message Limit**: 160 Characters per message + +### Syntax +Valid syntax is as follows: +* `clickatell://{source}@{apikey}/{PhoneNo}` +* `clickatell://{source}@{apikey}/{PhoneNo1}/{PhoneNo2}/{PhoneNoN}` +* `clickatell://{apikey}/{PhoneNo}` +* `clickatell://{apikey}/{PhoneNo1}/{PhoneNo2}/{PhoneNoN}` + +### Parameter Breakdown +| Variable | Required | Description +| --------------- | -------- | ----------- +| apikey | **Yes** | The API Key you generated as part of your Clickatell account + +#### Example +Send a notification to your Clickatell account: +```bash +# Assuming our {apikey} is token +# Assuming our {PhoneNo} is 1-800-555-1234 +apprise -vv --body="Test Message" \ + "clickatell://token/1-800-555-1234" +``` \ No newline at end of file