kenken999 commited on
Commit
825afb6
·
1 Parent(s): 80cdc11
Files changed (1) hide show
  1. mysite/interpreter/google_chat.py +14 -0
mysite/interpreter/google_chat.py CHANGED
@@ -84,6 +84,20 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
84
  }
85
  ]
86
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
  ]
89
  }
 
84
  }
85
  ]
86
  },
87
+ {
88
+ "buttons": [
89
+ {
90
+ "textButton": {
91
+ "text": "WEBボットカスタマーサポートテスト",
92
+ "onClick": {
93
+ "openLink": {
94
+ "url": "https://kenken999-php.hf.space/main_list.php?page=mainpage"
95
+ }
96
+ }
97
+ }
98
+ }
99
+ ]
100
+ },
101
 
102
  ]
103
  }