Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Microsoft teams webhooks from native python #61

Open
bernard357 opened this issue Nov 20, 2022 · 0 comments
Open

Use Microsoft teams webhooks from native python #61

bernard357 opened this issue Nov 20, 2022 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@bernard357
Copy link
Contributor

What is this?

Purpose of this enhancement is to remove dependency pymsteams

Why is it important?

We try to keep SPA as slim as possible, and to support native web requests instead of loading external modules.

How can it be implemented?

[ ] write a function to post a notification (title and subject) to Microsoft Teams
[ ] change code to use this function instead of pymsteams
[ ] remove dependency in setup.py

Reference code exist to submit notification to an incoming webhook of Teams:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant