📡Multi-Webhook + Thread Support

You can define multiple webhooks per module, each with a separate thread ID if desired.

webhooks:
  webhook1:
    url: "https://discord.com/api/webhooks/..."
    thread_id: ""
  webhook2:
    url: "https://discord.com/api/webhooks/..."
    thread_id: "123456789012345678"
  • webhook1 will post to the base channel.

  • webhook2 will post to a specific thread.

This allows you to send alerts to multiple destinations for each action.

Last updated