Webhooks

Webhooks can be used through the Betsy Bot API to interact with your server.

Azure Webhooks

Pull Requests

Send a new pull request Webhook to the Betsy API to send a notification to your server.

SettingValue

URL

HTTP Headers

Betsy-Guild-Id:<yourGuildId> Betsy-Channel-Id:<yourChannelId>

Enter the information above for a new Webhook Service Hook in azure to receive an update in the given channel. Set the headers correctly to ensure it works.

The bot must be invited and have permission to post in the given guild and channel.

Last updated