sd
Browse files
mysite/interpreter/google_chat.py
CHANGED
@@ -42,6 +42,20 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
|
|
42 |
}
|
43 |
]
|
44 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
{
|
46 |
"buttons": [
|
47 |
{
|
|
|
42 |
}
|
43 |
]
|
44 |
},
|
45 |
+
{
|
46 |
+
"buttons": [
|
47 |
+
{
|
48 |
+
"textButton": {
|
49 |
+
"text": "Q&A設定を開く",
|
50 |
+
"onClick": {
|
51 |
+
"openLink": {
|
52 |
+
"url": "https://kenken999-nodex-n8n-domain.hf.space/webhook/6264497c-6231-4023-abef-82b86f8e298b/chat"
|
53 |
+
}
|
54 |
+
}
|
55 |
+
}
|
56 |
+
}
|
57 |
+
]
|
58 |
+
},
|
59 |
{
|
60 |
"buttons": [
|
61 |
{
|