Skip to content

bigfunctions > send_teams_message

send_teams_messageΒΆ

Signature

send_teams_message(message, webhook_url)

Description

Sends message to a Microsoft Teams channel.

To get the webhook_url for a channel, follow this doc from Microsoft.

Examples

select bigfunctions.eu.send_teams_message("Hello πŸ‘‹ from bigfunctions!", "YOUR_WEBHOOK_URL")
select bigfunctions.us.send_teams_message("Hello πŸ‘‹ from bigfunctions!", "YOUR_WEBHOOK_URL")
select bigfunctions.europe_west1.send_teams_message("Hello πŸ‘‹ from bigfunctions!", "YOUR_WEBHOOK_URL")
+----------+
| response |
+----------+
| ok       |
+----------+