## Description: **Related issue (if applicable):** # ## New Service Completion Status * [ ] apprise/plugins/.py * [ ] KEYWORDS - add new service into this file (alphabetically). * [ ] README.md - add entry for new service to table (as a quick reference) * [ ] packaging/redhat/python-apprise.spec - add new service into the `%global common_description` ## Checklist * [ ] The code change is tested and works locally. * [ ] There is no commented out code in this PR. * [ ] No lint errors (use `flake8`) * [ ] 100% test coverage ## Testing Anyone can help test this source code as follows: ```bash # Create a virtual environment to work in as follows: python3 -m venv apprise # Change into our new directory cd apprise # Activate our virtual environment source bin/activate # Install the branch pip install git+https://github.com/caronc/apprise.git@ # Test out the changes with the following command: apprise -t "Test Title" -b "Test Message" \ ```