Skip to content

Commit

Permalink
Add Folder Webhooks (#374)
Browse files Browse the repository at this point in the history
Add "Folders" Webhook triggers
  • Loading branch information
atejada authored Jul 30, 2024
1 parent b25f3ec commit 7bba2ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nylas/models/webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ class WebhookTriggers(str, Enum):
MESSAGE_OPENED = "message.opened"
MESSAGE_LINK_CLICKED = "message.link_clicked"
THREAD_REPLIED = "thread.replied"
FOLDER_CREATED = "folder.created"
FOLDER_UPDATED = "folder.updated"
FOLDER_DELETED = "folder.deleted"


@dataclass_json
Expand Down

0 comments on commit 7bba2ba

Please sign in to comment.