Skip to content

Matrix Hook

Not available yet. The Matrix webhook is under development and is currently disabled — using type: matrix will result in an error at runtime.

Send alert to matrix

Config

webhooks:
    matrix_hook:
        type: matrix # required
        url: https://matrix.org # required
        username: '...' # required
        password: '...' # required
        room_id: '...' # required
        verify: true # optional default(true)
        template: '{{ rule.name }}' # optional default(DEFAULT_TEMPLATE)