An open API service indexing awesome lists of open source software.

https://github.com/charmitro/msteams-webhook-message-action

Sends a message to a specific MSTeams Webhook.
https://github.com/charmitro/msteams-webhook-message-action

action webhook

Last synced: 8 months ago
JSON representation

Sends a message to a specific MSTeams Webhook.

Awesome Lists containing this project

README

          

# Microsoft Teams Webhook Message Action

This action sends a message to a specific MSTeams Webhook.

## Inputs

### `WEBHOOK_URL`
**Required**

### `TITLE`
**Required** Title of the message

### `MESSAGE`
**Required** The message body

## Example usage
```yaml
- name: MSTeams Webhook message
uses: charmitro/msteams-webhook-message-action@v0.5
env:
WEBHOOK_URL:
TITLE: "Test"
MESSAGE: "Test message from GitHub action."
```