Allow user to disable email notifications for failed Hubspot / Salesforce contact sync
While there has been a sync error, for us it's not the end of the world. Therefore if there are some sync errors we really don't need the daily notification email warning us.
have email notifications in Front produced by Atlassian to connect to the objects in Jira/ServiceDesk to do updates like: add comments to the task (internal, public) update assignee update watchers Be able to link an existing conversation in Front...
Add "source inbox" to the event payloads for Move events
As a developer I sometimes need to see the source inbox of a move (i.e. see which inbox a conversation was moved from in addition to the inbox it was moved to.
Right now if we need to access custom fields on a Conversation via the Plugin SDK, we need to issue a server-side API request to GET /conversations/:id. It would be helpful to expose conversation custom fields to the Plugin SDK in the same way as ...
To monitor the "seen" status of messages, api clients currently need to implement a polling strategy. Adding a seen event to enable web-hook integration, will limit api usage and improve state change detection.