Betsy Webhook Messages
Send messages based on various webhook events from your favorite websites.
Github
Check out our full article on the Betsy Blogs on how to setup and use Webhooks with Discord.
https://blog.betsybot.xyz/step-by-step-guide-to-setting-up-github-to-discord-webhooks
Azure Devops - Service Hooks
You can setup Azure Devops Service hooks to have Betsy Send Messages based on various events that happen within your Azure Devops Projects.
Setup
On any Azure Devops project go to your Project Settings.
Click on "Service Hooks" in the left hand menu
Click the "+" button to create a new service hook
Under the list view select "Web Hooks" for your service type
Click Next
Select your Trigger (Check supported triggers below)
Select any filters you want for your trigger
Click Next
Enter your Action Details
In the URL enter the following "https://api.betsybot.xyz/Webhook/AzureDevops"
Your Authentication Username and Password can be null
Under HTTP Headers enter the following
Betsy-Guild-Id:<Your Guild Id> (Betsy-Guild-Id:943258522643230740)
Betsy-Channel-Id:<Your Channel Id> (Betsy-Channel-Id:961001381731377282)
You can leave the rest of the settings alone
Test your New Service Hook with the Test Button. You should see a test message in your server.
If successful, you can hit finish.
If not successful double check the settings. If still having issues open a support ticket in our discord.
Pull Requests (Supports all Pull Request Types)
Build Completed
Last updated