An Azure service that automates the access and use of data across clouds without writing code.
Hello @ALAN C JOHN ,
The 403: Forbidden error you are encountering is caused by the recent retirement of the legacy Office 365 Incoming Webhook connector in Microsoft Teams.
Microsoft officially deprecated and retired these legacy connectors, with the final cutoff occurring on April 30, 2026. Any existing webhook URLs generated via the old "Teams channel connector" (which begin with https://outlook.office.com/webhook/...) are no longer functional. Because the service has been shut down, these endpoints will now actively refuse requests, resulting in the exact 403 Forbidden authorization error you are seeing.
As stated in the official Microsoft documentation:
"Microsoft 365 Connectors (previously called Office 365 Connectors) are nearing deprecation... For more information on the schedule and how the Workflows app provides a more flexible and secure experience, see retirement of Microsoft 365 connectors within Microsoft Teams."
How to resolve this issue: To fix this pipeline failure, you must replace your legacy webhook with a new webhook generated by the Workflows app (powered by Power Automate) in Microsoft Teams.
- Create the new Webhook in Teams:
- Open Microsoft Teams and navigate to your target channel.
- Click the More options (...) menu next to the channel name and select Workflows.
- Search for and select the template "Post to a channel when a webhook request is received" (or similar webhook templates).
- Follow the prompts to configure and save the workflow.
- Copy the newly generated webhook URL (this new URL will look different, typically starting with something like
https://prod-...logic.azure.com...).
- Update your Fabric Web Activity:
- Go to your Microsoft Fabric pipeline and open the Web Activity.
- Replace the legacy URL with the new Workflows URL you just copied.
- Ensure that Authentication is still set to None.
- Method should remain POST, and Content-Type should be application/json.
Once updated to the new Workflows endpoint, your Fabric Web Activity will successfully authenticate and deliver the notification to Teams.
Please let me know in comments if above steps helps and any other issue.
Note: This response is drafted with the help of AI systems.