Teams Channel Provider

Configuration

To configure the Teams integration, you'll need the following data:

required fields are marked with an `*`
ParameterTypeDescription

In the Dashboard

The easiest way to configure this integration is through the MagicBell dashboard:

  1. Log in to your MagicBell dashboard.
  2. Navigate to Channels.
  3. Find and click on this channel name in the sidebar.
  4. Click the Configure Teams button.
  5. 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.

required fields are marked with an `*`
ParameterTypeDescription
webhookobject
└ urlstring

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"