Drafts API: Drop requirement for supplying channel_id
Right now Front requires a channel_id to be supplied on calls to Create Draft endpoints - this is not required on send reply endpoints. Could we have the API select a default channel when the channel_id param is not supplied?
Add Tags as a new field in the composer (i.e. To, CC, BCC, Subject, Tags)
Could you please move the Tags in the message composer UI to facilitate the use of TAB to add tags? Meaning that after entering the "To" field into the composer field, you'd be able to TAB to the tags and more easily add a tag to an email.
Update metric calculation for "new" and "closed workload"
Currently, the scope of the report is not taken into account when calculating the metrics, leading to multiple counts. Ex: conversation is moved from inbox A to B. It will increment the new workload by one (for B) and the closed workload by one (f...
The metric is confusing and does not fulfil the user's expectations. It is particularly wrong in the time breakdowns (heat map, time chart) Could also be solved by changing its definition (=> make sure it is not counted twice by tying it to a s...