Teams Channel Provider
Configuration
To configure the Teams integration, you'll need the following data:
| Parameter | Type | Description |
|---|
In the Dashboard
The easiest way to configure this integration is through the MagicBell dashboard:
- Log in to your MagicBell dashboard.
- Navigate to Channels.
- Find and click on this channel name in the sidebar.
- Click the Configure Teams button.
- Follow the on-screen instructions to complete the configuration.

Using the API
Channel Token
The channel token contains all the information (along with the config) necessary to deliver the notification on the Teams channel.
| Parameter | Type | Description |
|---|---|---|
| webhook | object | |
| └ url | string |
Example
{}Managing Tokens
Use the API to delete , delete , save , fetch , fetch , list and list Teams tokens. For example, to save a token:
Request
curl --request PUT \
--url 'https://api.magicbell.com/v2/channels/teams/tokens' \
--header 'content-type: application/json' \
--header "authorization: Bearer $TOKEN"