diff --git a/cloud/app.py b/cloud/app.py index 9002762..9a640ce 100644 --- a/cloud/app.py +++ b/cloud/app.py @@ -234,7 +234,8 @@ def alert(): room_id=webex_room_id, alert_type=alert_type, alert_message=alert_message, - alert_id=str(saved_alert.inserted_id) + alert_id=str(saved_alert.inserted_id), + added_alert_info=True ) webex_status = "reused_room" room_link = f"https://web.webex.com/spaces/{webex_room_id}"