Skip to content

HTTP Callout Notifier

The HTTP callout notifier can be used to invoke webhooks of various platforms or to send messages.

Configuration

event:
    http:
      enable: true
      channels:
        - url: https://example.net/call-in/foo
          method: "POST"
          content_type: "application/json"
          template: test.json
          events:
            - ARP_BOGON_DETECTED
            - ARP_PROXY_DYNAMIC