Updated Development_Contribution (markdown)

master
Chris Caron 2021-08-04 07:13:05 -04:00
parent f297f70cc9
commit c328263ea8
1 changed files with 2 additions and 1 deletions

@ -19,8 +19,9 @@ More details can be found [here](https://github.com/caronc/apprise/tree/master/b
# Building Your Own Notification Plugin
It basically boils down to this:
- You just need to create you just need to create a single notification in the `/plugins/NotifyServiceName.py`
- You just need to create a single notification python file as `/plugins/NotifyServiceName.py`
- Make sure you call the class inside `NotifyServiceName` and inherit from `NotifyBase`
- Make sure your class object name is the same as the filename you create. This is very important!
- From there you just need to at a bare minimum define:
- **the class objects**:
- `service_name`: A string that acts as a default descriptive name associated with the Notification