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.
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?
Search Conversation Endpoint - More flexible Date paramters
The search conversation endpoint has limited date-searching parameters. 'Before' and 'After' are only able to filter by a conversation's first message. There is a need to search for Conversations by the most recent message timestamp.
External ID can be set when you create an account but afterwards there is no way to update it, this would be incredibly helpful if we could update the external id.
Support the ability to move a Message or Messages to a new conversation via the API. Suggested implementation to could be: // This example moves messages msg_10 and msg_11 out of conversation cnv_3 to their own new conversation. PATCH /conversatio...
Fetch messages by a common Outlook ID using Core API
Hi, We are implementing a requirement to correlate Outlook emails to Front messages. There is one common ID in the source message (internetMessageId in Outlook and message-id in Front). We need to have the ability to fetch a message using the Fron...