Teams Integration
Prerequisites
Section titled “Prerequisites”A Microsoft Teams workspace with permission to create Power Automate flows or incoming webhooks.
- In your Teams channel, click … > Connectors > Incoming Webhook
- Name your webhook and create it
- Copy the webhook URL
Configure Junando
Section titled “Configure Junando”In your .env file, set:
TEAMS_WEBHOOK_URL=<TEAMS_WEBHOOK_URL>For AWS deployments, store the webhook URL as an SSM SecureString parameter.
Send a test alert:
pnpm run generate:alertYou should receive a structured Adaptive Card in your configured Teams channel.
Troubleshooting
Section titled “Troubleshooting”- Ensure the webhook URL includes the required
api-version=query parameter - Verify the webhook URL is correct and has not expired
- Check the Lambda logs for
notifystage output