[2021-06-03] Nylas updates
Account Deletion
We have released a new endpoint DELETE /a/{client_id}/accounts/{id}
, that lets you delete an account. Using account delete will make the account immediately unavailable and stop all billing. Learn more in our documentation.
New Message Updated Webhook
You can now get alerted when a message is updated. The message.updated webhook will fire when:
- A message is starred or unstarred
- A message is set to read or unread
- A message is archived
- The message folder is changed.
- The message label is changed.
See the message.updated
webhook schema for more information.