sd
Browse files
mysite/interpreter/google_chat.py
CHANGED
@@ -98,6 +98,34 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
|
|
98 |
}
|
99 |
]
|
100 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
]
|
103 |
}
|
|
|
98 |
}
|
99 |
]
|
100 |
},
|
101 |
+
{
|
102 |
+
"buttons": [
|
103 |
+
{
|
104 |
+
"textButton": {
|
105 |
+
"text": "HUBスポットチャットテスト",
|
106 |
+
"onClick": {
|
107 |
+
"openLink": {
|
108 |
+
"url": "https://kenken999-gradio-fastapi-statichfspace-46277896.hubspotpagebuilder.com/workflow"
|
109 |
+
}
|
110 |
+
}
|
111 |
+
}
|
112 |
+
}
|
113 |
+
]
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"buttons": [
|
117 |
+
{
|
118 |
+
"textButton": {
|
119 |
+
"text": "ダイヤモンドデータ確認 EVAのデータも登録し予測検索用にベクトル化する",
|
120 |
+
"onClick": {
|
121 |
+
"openLink": {
|
122 |
+
"url": "https://kenken999-php.hf.space/diamondprice_list.php"
|
123 |
+
}
|
124 |
+
}
|
125 |
+
}
|
126 |
+
}
|
127 |
+
]
|
128 |
+
},
|
129 |
|
130 |
]
|
131 |
}
|