dhollerbach / actions.send-message-to-ms-teams

Sends a message to MS Teams using a webhook and message you provide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft Teams Webhook Notifications

This actions sends a message to your Microsoft Teams channel using an Incoming Webhook connector. An Incoming Webhook connector must be setup on your Microsoft Teams channel before this action can be used successfully.

Get started with Microsoft Teams Connectors Incoming Webhook

Inputs

webhook

Required The webhook url for your Incoming Webhook connector.

message

Required The message you want to send to your Microsoft Teams channel.

Example usage

- name: Send message to ms teams
  uses: dhollerbach/actions.send-message-to-ms-teams@1.0.10
  with:
    webhook: 'https://outlook.office.com/webhook/<some_giant_id>'
    message: 'W00t it werked!'

About

Sends a message to MS Teams using a webhook and message you provide


Languages

Language:Shell 77.7%Language:Dockerfile 22.3%