You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a sample which shows how to send notification via Incoming Webhook in Microsoft Teams channels.
extensions
createdDate
2022-03-31
Getting Started with Incoming Webhook Notification
An Incoming Webhook Sample provides an easy way to send adaptive cards in Microsoft Teams channels. The webhooks are used as tools to track and notify.
Clone the repo to your local workspace or directly download the source code.
Replace the placeholder <webhook-url> with the webhook URL in ./src/index.ts
constwebhookUrl: string="<webhook-url>";
Open Debug View (Ctrl+Shift+D) and select "Attach to Incoming Webhook" in dropdown list or execute the command npm install, npm run build and npm run start.
In the Teams channel, you can find the Adaptive Cards sent from the Incoming Webhook Sample.
Version History
Date
Author
Comments
May 23, 2022
XiaofuHuang
update to support Microsoft 365 Agent Toolkit V4.0.0
Dec 6, 2022
XiaofuHuang
update to support Microsoft 365 Agent Toolkit v5.0.0
Feedback
We really appreciate your feedback! If you encounter any issue or error, please report issues to us following the Supporting Guide. Meanwhile you can make recording of your journey with our product, they really make the product better. Thank you!