func (w *webhookNotifier) Notify(msg Message) error {
    postBody, _ := json.Marshal(map[string]interface{}{
        "message": msg.Format(),
        "meta":    msg.Meta,
    })