Skip to main content

Simple way to handle teams workflow with python

Project description

Simple way to handle teams workflow message with python. It supports sending message cards to the Teams channel

Installation

install the latest stable version using pip

$ pip install simple-msteams

Usage

from simple_msteams.client import Client

url = < WORKFLOW URL >
timeout = < TIMEOUT > # default 15 seconds

c = Client(url) # if you set a timeout, use to c = Client(url, timeout)

Functions

safe_send

This function performs the function of sending messages to the teams.

# string or dict
# string: "this is sample message"
# dictionary: '{"type": "TextBlock", "text": "this is sample message", "weight": "bolder", "size": "medium"}'
msg = < MESSAGE >

c.safe_send(msg)

Use console scripts

# timeout not required. default 15
simple_msteams --url < WORLFLOW URL > --msg < MESSAGE > --timeout < TIMEOUT >

Example

# timeout not required. default 15
simple_msteams --url 'http://test.workflow.url' --msg 'this is sample message' --timeout 30

# if use dictionary
simple_msteams --url 'http://test.workflow.url' --msg '{\"type\": \"TextBlock\", \"text\": \"this is sample message\", \"weight\": \"bolder\", \"size\": \"medium\"}' --timeout 30

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simple_msteams-0.0.7-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file simple_msteams-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: simple_msteams-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for simple_msteams-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 6739d19f1fcc64f4360ded60dce2ab6974ccefb736547f09286563cac38a8b8b
MD5 6a9c047b3af74e3ea5f69c4a2525fe6c
BLAKE2b-256 07789f25af7a344889ab82629ea9cf48059ea79f12c4a20bea2c8e99693c6b6e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page