New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

teams-alert

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teams-alert

A simple package to send messages or alerts to MS Teams channels.

  • 0.2.0
  • PyPI
  • Socket score

Maintainers
1

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", "jimbo_p@gmail.com")

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc