Public
Like
MS-Teams-Webhook
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v43View latest version
Send messages to Microsoft Teams via webhook.
Example:
- Click on
...menu next to the Teams channel you want to post to - Get the workflow URL
- Set the workflow URL as your
TEAMS_WEBHOOK_URLenvironment variable.
await sendTeamsMessage(url, "Simple text");
await sendTeamsMessage(url, adaptiveCardObject);