Skip to content

A simple python package to send alerts in MS Teams using Workflows

License

Notifications You must be signed in to change notification settings

jimbo-p/teams_alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teams_alert

Introduction

teams_alert is a python package that allows you to send alerts to Microsoft Teams. It is a simple package that allows you to send messages to a channel in Microsoft Teams.

Getting Started

  1. Installation process pip install teams_alert

  2. Import the package from teams_alert import TeamsAlert

  3. Create an instance of TeamsAlert teams_alert = TeamsAlert(webhook_url)

  4. Send a message - email is optional teams_alert.send("Some sort of title you'd want to use", "Some sort of message you'd want to send", "[email protected]")

Result

How to get the webhook URL

  1. Go to the Team and channel you are interested in posting to. Click the three dots next to the channel name and select "Workflows".

    Workflows

  2. Find "Post to a channel when a webhook request is received"

    Post to a channel when a webhook request is received

  3. Name the workflow if you so desire

    Name the workflow

  4. Check that the Team and Channel are correct

    Check that the Team and Channel are correct

  5. Copy the webhook URL

    Get the webhook URL

About

A simple python package to send alerts in MS Teams using Workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages