david's teams util
Project description
DAVID L. Teams Util
Set Teams Workflow
1) Teams Workflow 선택 (앱 검색)
2) 웹후크 요청이 수신되면 채널에 게시

3) 워크플로 만들기 > 흐름 만들기 (팀 / 채널 선택) > 워크플로 생성 시 Url 생성 됨. (복사)
4) 워크플로 탭에서 해당 흐름을 선택 > 편집 > 템플릿 포맷 변경
JSON 구문 분석 추가
콘텐츠 : 본문
{
"type": "object",
"properties": {
"subject": {
"type": "string"
},
"messageContent": {
"type": "string"
}
}
}
사용자, 채널 (팀, 채널 선택)
JSON 구문에 추가한 messageContent(메시지), subject (주제) 입력
Usage
Send Webhook
from teams_util.teams import send_teams_workflow_webhook
result = send_teams_workflow_webhook(webhook_url, main_title="", main_msg="")
It return response.status_code
Installation
$ pip install david_teams_util --upgrade
If you would like to install submodules for Individual.
$ pip install david_teams_util[extra] --upgrade
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file david_teams_util-1.0.5.tar.gz.
File metadata
- Download URL: david_teams_util-1.0.5.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
154d83b3ae1e46ce4f073eab1c3ffe91c85e81d2309270ef0cb680c5be78d2f2
|
|
| MD5 |
41ceec5c629757684558acd2e601677c
|
|
| BLAKE2b-256 |
05e093cbcadb02aab40a82bc12682cdfdf51812cb1247e7bf2592009888a6ccb
|
File details
Details for the file david_teams_util-1.0.5-py3-none-any.whl.
File metadata
- Download URL: david_teams_util-1.0.5-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84eea2048d908504404bc7dcfd646ba53d2cd1123f2229615b9e2879c470d429
|
|
| MD5 |
d20cd32ad032226bf627810d1c3866d9
|
|
| BLAKE2b-256 |
c10da2e761310eadbfe315a569f468ae8685e81a2a9b832c2c93c8fda152cfe4
|