POST
/
v2
/
integrations
/
teams
Connect a Microsoft Teams workflow webhook channel
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/v2/integrations/teams \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "label": "<string>",
  "providerSlug": "<string>",
  "webhookUrl": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Body

application/json

Teams connection payload

label
string
providerSlug
string
webhookUrl
string

Response

Created

The response is of type object.