Incoming Webhook sends messages to the wrong Teams channel

Waters, Jil 21 Reputation points
2022-12-16T17:23:10.777+00:00

I have a webhook set up on channel A which works perfectly.
I am now trying to set up a second webhook on channel B.

I have followed the same steps for set up: go to the channel > Connectors > Incoming Webhook > Configure > Create > copy url.
The messages I'm sending to channel B, are appearing on channel A (and not appearing on channel B).

Then I noticed that all channels are giving me an identical webhook URL. This doesn't seem right, because then how would it direct to the correct channel, and why would it give the ability of setting up multiple webhooks on one channel?

How do I get two different messages via webhook, to go to two different channels?

Microsoft Teams | Development
Microsoft Teams | Microsoft Teams for business | Other
{count} votes

Accepted answer
  1. Sayali-MSFT 3,996 Reputation points Microsoft External Staff Moderator
    2022-12-19T10:13:49.567+00:00

    We are tried the above scenario. It's working fine from our end.
    We are created the below Incoming webhook URL, As see below URL both ids are different for Channel A and Channel B.
    Also send the message to Channel A and Channel B as well.

    Channel A -- https://acb.webhook.office.com/webhookb2/47ed4773-9d2f-41ed-b9c1-34961194a089@36a708ef-700d-4d60-9de0-0a5f7b7xxxxx/IncomingWebhook/**190395f167124cde851ba9079e9d5378**/4ebcc4d0-291b-4154-a85f-a89cd77aefa8

    Channel B--https://acb.webhook.office.com/webhookb2/47ed4773-9d2f-41ed-b9c1-34961194a089@36a708ef-700d-4d60-9de0-0a5f7b7xxxxx/IncomingWebhook/5a5a5503b4ef42898d28b03ce1f73709/4ebcc4d0-291b-4154-a85f-a89cd77aefa8

    Video Link-https://youtu.be/QigIistmoaM

    Microsoft Teams Version 1.5.00.34469 (64-bit)

    Reference document-https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook#create-incoming-webhooks-1


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.