We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8490435 commit 2d945f6Copy full SHA for 2d945f6
lib/nylas/resources/webhooks.rb
@@ -22,6 +22,9 @@ module WebhookTrigger
22
MESSAGE_OPENED = "message.opened"
23
MESSAGE_LINK_CLICKED = "message.link_clicked"
24
THREAD_REPLIED = "thread.replied"
25
+ FOLDER_CREATED = "folder.created"
26
+ FOLDER_UPDATE = "folder.updated"
27
+ FOLDER_DELETED = "folder.deleted"
28
end
29
30
# Nylas Webhooks API
0 commit comments