create_subscription
Set up webhook subscriptions to monitor Microsoft Teams resources for changes (created, updated, deleted) and receive notifications to a specified URL.
Instructions
Create a webhook subscription for change notifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource | Yes | Resource URL to monitor (e.g. /teams/{id}/channels) | |
| change_type | Yes | Type of change (created, updated, deleted) | |
| notification_url | Yes | URL where notifications are sent | |
| expiration_date_time | No | Optional expiration (ISO 8601, max 3 days) |