test
Browse files
mysite/interpreter/google_chat.py
CHANGED
@@ -125,6 +125,20 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
|
|
125 |
}
|
126 |
}
|
127 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
},
|
129 |
{
|
130 |
"buttons": [
|
|
|
125 |
}
|
126 |
}
|
127 |
]
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"buttons": [
|
131 |
+
{
|
132 |
+
"textButton": {
|
133 |
+
"text": "ワークフロー修正",
|
134 |
+
"onClick": {
|
135 |
+
"openLink": {
|
136 |
+
"url": "https://kenken999-nodex-n8n-domain.hf.space/workflow/hArXsWSx9ZrvUnvT"
|
137 |
+
}
|
138 |
+
}
|
139 |
+
}
|
140 |
+
}
|
141 |
+
]
|
142 |
},
|
143 |
{
|
144 |
"buttons": [
|