Skip to content

Commit

Permalink
Ruby SDK - Add Folder Triggers
Browse files Browse the repository at this point in the history
Add Folder.Created, Folder.Updated, Folder.Deleted
  • Loading branch information
atejada committed Jun 13, 2024
1 parent 8490435 commit 2d945f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/nylas/resources/webhooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ module WebhookTrigger
MESSAGE_OPENED = "message.opened"
MESSAGE_LINK_CLICKED = "message.link_clicked"
THREAD_REPLIED = "thread.replied"
FOLDER_CREATED = "folder.created"
FOLDER_UPDATE = "folder.updated"
FOLDER_DELETED = "folder.deleted"
end

# Nylas Webhooks API
Expand Down

0 comments on commit 2d945f6

Please sign in to comment.