CommonChat is an abstraction library for chat / team messaging services like Glip and Slack. It currently includes two parts:
- Common message format - After converting a message to the
commonchat.Messageformat, the libraries can be used to convert to individula chat services. - Webhook clients - Given a webhook URL, the clients use the
commonchat.Adapterinterface to enable webhook API calls using thecommonchat.Messageformat.
It is currently used with the Chathooks webhook formatting service: