Module: WebhookTrigger
- Defined in:
- lib/nylas/webhook.rb
Constant Summary collapse
- ACCOUNT_CONNECTED =
Module representing the possible ‘trigger’ values in a Webhook
"account.connected"- ACCOUNT_RUNNING =
"account.running"- ACCOUNT_STOPPED =
"account.stopped"- ACCOUNT_INVALID =
"account.invalid"- ACCOUNT_SYNC_ERROR =
"account.sync_error"- MESSAGE_CREATED =
"message.created"- MESSAGE_OPENED =
"message.opened"- MESSAGE_LINK_CLICKED =
"message.link_created"- MESSAGE_UPDATED =
"message.updated"- MESSAGE_BOUNCED =
"message.bounced"- THREAD_REPLIED =
"thread.replied"- CONTACT_CREATED =
"contact.created"- CONTACT_UPDATED =
"contact.updated"- CONTACT_DELETED =
"contact.deleted"- CALENDAR_CREATED =
"calendar.created"- CALENDAR_UPDATED =
"calendar.updated"- CALENDAR_DELETED =
"calendar.deleted"- EVENT_CREATED =
"event.created"- EVENT_UPDATED =
"event.updated"- EVENT_DELETED =
"event.deleted"- JOB_SUCCESSFUL =
"job.successful"- JOB_FAILED =
"job.failed"