Teams Webhook

Send messages to Microsoft Teams via webhook.

Example of a candidate feedback form: Screenshot 2025-08-04 at 2.09.35 PM.png (Docs: https://learn.microsoft.com/en-us/power-automate/candidate-feedback-sample)

Setup

  1. Click on ... menu next to the Teams channel you want to post to
  2. Get the workflow URL CleanShot 2025-08-04 at 14.04.34@2x.png
  3. Set the workflow URL as your TEAMS_WEBHOOK_URL environment variable.

Usage

await sendTeamsMessage(url, "Simple text"); await sendTeamsMessage(url, adaptiveCardObject);