Skip to content

Instantly share code, notes, and snippets.

View JonahArends's full-sized avatar

Jonah JonahArends

  • traperto GmbH
  • Kleve, Germany
  • 04:56 (UTC +01:00)
View GitHub Profile
@JonahArends
JonahArends / teams-chat-post.sh
Created January 26, 2023 13:55 — forked from chusiang/teams-chat-post-for-workflows.sh
Post a message to Microsoft Teams with bash script.
#!/bin/bash
# =============================================================================
# Author: Chu-Siang Lai / chusiang (at) drx.tw
# Filename: teams-chat-post.sh
# Modified: 2021-10-18 00:09
# Description: Post a message to Microsoft Teams.
# Reference:
#
# - https://gist.github.com/chusiang/895f6406fbf9285c58ad0a3ace13d025
#