Microsoft Teams Integration
Send adaptive cards to Teams channels.
Use a Teams Incoming Webhook connector URL.
- Add an Incoming Webhook connector to your Teams channel.
- Copy the webhook URL.
- Configure it in ShortN Dashboard → Integrations as Teams.
- Assign links and send a test message.
Example visit payload
{
"shortId": "abc1234",
"originalUrl": "https://example.com/page",
"destinationUrl": "https://shortn.info/abc1234",
"ipAddress": "203.0.113.42",
"userAgent": "Mozilla/5.0",
"referrer": "https://google.com",
"country": "Germany",
"city": "Berlin",
"visitedAt": "2026-07-07T12:00:00.000Z",
"isTest": false
}