📄️ Overview
This document describes how to implement Messengers. A Messenger allows sending notifications through different methods of communication, like SMS and voice calls.
📄️ Config
Messengers make use of a config.json file, that defines basic configuration settings for the messenger.
📄️ InputFields
The InputFields class is automatically made available to any messenger. To begin using it simply initialize the object within your messenger method.
📄️ Messenger Methods
Required Methods