For the complete documentation index, see llms.txt. This page is also available as Markdown.

🌐 Discord Webhooks

Vending Machines can send selected vending activity to Discord using configurable webhook URLs.

Webhook configuration is stored in:

configs/ApiKeys.lua

Main settings

Config.Webhooks contains:

Option
Purpose

Enabled

Enables or disables webhook logging.

Name

Name displayed by the webhook.

Color

Embed color.

Urls

Per-event webhook URLs.

Supported webhook events

You can configure separate URLs for:

  • OrderPlaced

  • DeliveryStarted

  • DeliveryFinished

  • Purchase

  • Restock

If an event URL is empty, that event is skipped.

Customizing embeds

Webhook embed layout can be edited in:

configs/ApiKeys.lua and server/webhook/webhook.lua are outside escrow and can be customized.

Last updated