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