We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d70ed4 commit 873363fCopy full SHA for 873363f
nylas/models/webhooks.py
@@ -24,6 +24,12 @@ class WebhookTriggers(str, Enum):
24
GRANT_EXPIRED = "grant.expired"
25
MESSAGE_SEND_SUCCESS = "message.send_success"
26
MESSAGE_SEND_FAILED = "message.send_failed"
27
+ MESSAGE_BOUNCE_DETECTED = "message.bounce_detected"
28
+ MESSAGE_CREATED = "message.created"
29
+ MESSAGE_UPDATED = "message.updated"
30
+ MESSAGE_OPENED = "message.opened"
31
+ MESSAGE_LINK_CLICKED = "message.link_clicked"
32
+ THREAD_REPLIED = "thread.replied"
33
34
35
@dataclass_json
0 commit comments