Spaces:
Sleeping
Sleeping
eva 業務一覧
Browse files- mysite/interpreter/google_chat.py +14 -0
- text.txt +1 -1
mysite/interpreter/google_chat.py
CHANGED
@@ -169,6 +169,20 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
|
|
169 |
}
|
170 |
]
|
171 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
{
|
173 |
"buttons": [
|
174 |
{
|
|
|
169 |
}
|
170 |
]
|
171 |
},
|
172 |
+
{
|
173 |
+
"buttons": [
|
174 |
+
{
|
175 |
+
"textButton": {
|
176 |
+
"text": "ナレッジを追加する EVA業務一覧",
|
177 |
+
"onClick": {
|
178 |
+
"openLink": {
|
179 |
+
"url": "https://docs.google.com/spreadsheets/d/1ZdD7hVUsXeu4cO7Bys5WkyTplSkhZIi2KhDhBmfenKs/edit?gid=925846218#gid=925846218"
|
180 |
+
}
|
181 |
+
}
|
182 |
+
}
|
183 |
+
}
|
184 |
+
]
|
185 |
+
},
|
186 |
{
|
187 |
"buttons": [
|
188 |
{
|
text.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
|
|
1 |
+
【応答】査定テンプレート
|