Update app.py
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ def install_bot_integration(bot_id, workspace_id):
|
|
| 106 |
# Integration payload
|
| 107 |
payload = {
|
| 108 |
"integrations": {
|
| 109 |
-
"
|
| 110 |
"enabled": True
|
| 111 |
}
|
| 112 |
}
|
|
|
|
| 106 |
# Integration payload
|
| 107 |
payload = {
|
| 108 |
"integrations": {
|
| 109 |
+
"intver_01JSCCBZGK79MXK2FSHKHTRKFD": {
|
| 110 |
"enabled": True
|
| 111 |
}
|
| 112 |
}
|