Send automated alerts to Microsoft Teams channels using Incoming Webhooks with MessageCard format.
Configuration Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| WebhookUrl | Yes | string | Teams Incoming Webhook URL |
| Body | Yes | string | Message text content |
| Title | No | string | Card title (default: "Notification") |
Example Configuration
WebhookUrl = https://outlook.office.com/webhook/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Title = Machine Alert
Body = Temperature sensor exceeded threshold at Line 1Setup Instructions
- Open Microsoft Teams
- Navigate to the target channel
- Click ••• > Connectors
- Find Incoming Webhook and click Configure
- Name your webhook and copy the URL
Message Card Format
Proxus sends alerts as MessageCard format with:
- Theme Color: Blue (
#0076D7) - Summary: Matches the title
- Title: From
Titleparameter - Text: From
Bodyparameter
Internal Behavior
- Format: Office 365 MessageCard JSON
- Retry: Automatic retry on server errors
- Timeout: 15 seconds per request