Skip to content

Commit

Permalink
Add missing Webhook triggers
Browse files Browse the repository at this point in the history
Added message.created and message.updated
  • Loading branch information
atejada committed Mar 15, 2024
1 parent 8490435 commit 26dee41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/nylas/resources/webhooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ module WebhookTrigger
GRANT_EXPIRED = "grant.expired"
MESSAGE_SEND_SUCCESS = "message.send_success"
MESSAGE_SEND_FAILED = "message.send_failed"
MESSAGE_CREATED = "message.created"
MESSAGE_UPDATED = "message.updated"
MESSAGE_OPENED = "message.opened"
MESSAGE_LINK_CLICKED = "message.link_clicked"
THREAD_REPLIED = "thread.replied"
Expand Down

0 comments on commit 26dee41

Please sign in to comment.