Use added alert message
This commit is contained in:
+2
-1
@@ -234,7 +234,8 @@ def alert():
|
|||||||
room_id=webex_room_id,
|
room_id=webex_room_id,
|
||||||
alert_type=alert_type,
|
alert_type=alert_type,
|
||||||
alert_message=alert_message,
|
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"
|
webex_status = "reused_room"
|
||||||
room_link = f"https://web.webex.com/spaces/{webex_room_id}"
|
room_link = f"https://web.webex.com/spaces/{webex_room_id}"
|
||||||
|
|||||||
Reference in New Issue
Block a user