diff --git a/apprise/plugins/NotifyChantify.py b/apprise/plugins/NotifyChantify.py index 17581e02..d912bd25 100644 --- a/apprise/plugins/NotifyChantify.py +++ b/apprise/plugins/NotifyChantify.py @@ -50,7 +50,7 @@ class NotifyChantify(NotifyBase): service_name = _('Chantify') # The services URL - service_url = 'https://api.chanify.net/v1/sender' + service_url = 'https://chanify.net/' # The default secure protocol secure_protocol = 'chantify'