def rule(event):
    if event.deep_get("operationName", default="") == "MICROSOFT.PORTAL/CONSOLES/WRITE":
        return True
    return False
