Installation
Install the Teams Webhook Finder app
Quick installation
Download the binary from GitHub
Download the binary from GitHub here. Use always the last version.
Create a configuration file
Create a configuration file named config.json
with the following content:
{
"client": {
"client_id": "YOUR_CLIENT_ID",
"client_secret": "YOUR_CLIENT_SECRET",
"tenant_id": "YOUR_TENANT_ID"
}
}
Run the application
./teams-webhook-finder.exe/
chmod +x ./teams-webhook-finder
./teams-webhook-finder