mirror of
https://github.com/caronc/apprise.git
synced 2025-12-15 10:04:06 +08:00
Page:
Notify_46elks
Pages
CLI_Usage
DemoPlugin_Basic
DemoPlugin_WebRequest
Development_API
Development_Apprise_Details
Development_Contribution
Development_LogCapture
Home
Notification_Graveyard
Notify_46elks
Notify_Custom_Form
Notify_Custom_JSON
Notify_Custom_XML
Notify_Revolt
Notify_africas_talking
Notify_apprise_api
Notify_aprs
Notify_bark
Notify_bluesky
Notify_boxcar
Notify_brevo
Notify_bulksms
Notify_bulkvs
Notify_burst_sms
Notify_chanify
Notify_clickatell
Notify_clicksend
Notify_d7networks
Notify_dapnet
Notify_dbus
Notify_dingtalk
Notify_discord
Notify_dot
Notify_email Fastmail
Notify_email
Notify_emby
Notify_enigma2
Notify_faast
Notify_fcm
Notify_feishu
Notify_flock
Notify_freemobile
Notify_gitter
Notify_gnome
Notify_googlechat
Notify_gotify
Notify_growl
Notify_guilded
Notify_homeassistant
Notify_httpsms
Notify_ifttt
Notify_jira
Notify_join
Notify_kavenegar
Notify_kodi
Notify_kumulos
Notify_lametric
Notify_lark
Notify_line
Notify_lunasea
Notify_macosx
Notify_mailgun
Notify_mastodon
Notify_matrix
Notify_mattermost
Notify_messagebird
Notify_misskey
Notify_mqtt
Notify_msg91
Notify_msteams
Notify_nexmo
Notify_nextcloud
Notify_nextcloudtalk
Notify_notica
Notify_notifiarr
Notify_notificationapi
Notify_notifico
Notify_ntfy
Notify_office365
Notify_onesignal
Notify_opsgenie
Notify_pagerduty
Notify_pagertree
Notify_parseplatform
Notify_plivo
Notify_popcornnotify
Notify_prowl
Notify_pushalot
Notify_pushbullet
Notify_pushdeer
Notify_pushed
Notify_pushjet
Notify_pushme
Notify_pushover
Notify_pushplus
Notify_pushsafer
Notify_pushy
Notify_qq
Notify_reddit
Notify_resend
Notify_rocketchat
Notify_rsyslog
Notify_ryver
Notify_sendgrid
Notify_sendpulse
Notify_serverchan
Notify_ses
Notify_seven
Notify_sfr
Notify_signal
Notify_signl4
Notify_simplepush
Notify_sinch
Notify_slack
Notify_sms_manager
Notify_smseagle
Notify_smtp2go
Notify_sns
Notify_sparkpost
Notify_splunk
Notify_spontit
Notify_spugpush
Notify_streamlabs
Notify_stride
Notify_synology_chat
Notify_syslog
Notify_techulus
Notify_telegram
Notify_threema
Notify_toasty
Notify_twilio
Notify_twist
Notify_twitter
Notify_voipms
Notify_wecombot
Notify_whatsapp
Notify_windows
Notify_workflows
Notify_wxpusher
Notify_wxteams
Notify_xbmc
Notify_xmpp
Notify_zulip
Sponsors
Troubleshooting
URLBasics
config
config_text
config_yaml
decorator_notify
persistent_storage
showcase
Clone
1
Notify_46elks
Chris Caron edited this page 2025-11-03 21:33:40 -05:00
Table of Contents
46elks Notifications
- Source: https://46elks.com/
- Icon Support: No
- Message Format: Plain Text
- Message Limit: 160 characters
46elks is a straightforward SMS provider. You authenticate with your 46elks API user and password, then send to, message, and optionally from. The plugin loops per target recipient and posts form-encoded payloads to the fixed API endpoint.
Account Setup
- Log in at https://46elks.com and obtain your API username and password.
- Optionally choose a From sender ID, either an E.164 number or an approved alphanumeric sender.
- Use the
46elks://URL form in Apprise to send messages.
Syntax
Valid syntax is as follows:
46elks://{user}:{password}@/{from}46elks://{user}:{password}@/{from}/{to}46elks://{user}:{password}@/{from}/{to1}/{to2}/{toN}elks://{user}:{password}@/{from}elks://{user}:{password}@/{from}/{to}elks://{user}:{password}@/{from}/{to1}/{to2}/{toN}
Parameter Breakdown
| Variable | Required | Description |
|---|---|---|
| user | Yes | Your 46elks API username |
| password | Yes | Your 46elks API password |
| to | Yes | Recipient phone number(s), E.164 recommended |
| from | No | Sender ID or E.164 number, if configured in 46elks |
Example
Send a simple message:
# Assuming our {user} is user123
# Assuming our {password} is pass
# Assuming our {Source} is +15551234567
# Because no target is specified, we will notify ourseles
apprise -vv -t "Test" -b "Hello from Apprise" \
46elks://user123:pass@/+15551234567
Multiple recipients and a sender ID:
# Assuming our {user} is user
# Assuming our {password} is pass456
# Assuming our {Source} is Acme
# Assuming our target {PhoneNo} we wish to notify is
# +15551234567 and +15551231234
apprise -vv -b "Status: OK" \
"46elks://user:pass456@/+15551234567/+15551231234?from=Acme"
- đŖ Using the CLI
- âī¸ Configuration Help
- ⥠Custom Notification Plugins
- đ ī¸ Development API
- đ Apprise URL Basics
- đž Persistent Storage
- đĄ Contributing
- đ§ Troubleshooting
- đ Apprise API/Web Interface
- â¤ī¸ Apprise Sponsorship
- đ Showcase
Quick Links: