Panther medium experimental python

Notion Many Pages Deleted

A Notion User deleted multiple pages, which were not created or restored from the trash within the same hour.

View Source

Detection Logic

def rule(_):
    return True


def title(event):
    user = event.get("user", "<NO_USER_FOUND>")
    return f"Notion User [{user}] deleted multiple pages."

Field Validations

Loading…

Comments (0)

Loading comments...