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...
Merge Dialpad SMS conversations into Dialpad voice conversations with same contact
The ability for Front to merge conversations between SMS and voice when the conversation is with the same contact (phone number). Screenshot displaying how Dialpad shows threads.
Currently the Hubspot<>Front pluggin orders deals from oldest-newest. For customers that have been with us awhile or frequent customers, we have to scroll a very long time to get to the deals that matter. This creates a pain point in our wor...
Dynamic objects: add feature to make prefixes and/or dynamic portions case sensitive
When adding a text pattern, options are rather limited. I only want dynamic objects when the prefix is SP... and not when it is sp... with the latter, it will identify objects left and right that are mere words starting with sp.
Our company uses a Tengella as an ERP system https://tengella.se/. We need integration with Front to be able to create contacts in Tengella after triggering rules in Front, receive information from Tengella, update custom contact fields with infor...
While configuring advanced dynamic objects with the customer, when a successful Fetch from server or successful parse of the payload is done, the green previewer is extremely long and difficult to see if the payload is large . One recommendation i...
Change the color of a newly created inbox/team inbox
Hi, Using the API to create a new inbox/team inbox. It would be so helpful to enable the ability to change the color in the settings of the item. Similar to what is already enabled when creating a tag, using the highlight attribute.
Hello, When adding a response to a conversation using the following Core API: https://dev.frontapp.com/reference/post_conversations-conversation-id-drafts The expectation is that the created draft will include the message thread as a quote (th his...
In-app (click able links) to conversations provided by API responses
you should put the conversation id in the response of the create draft endpoint (and other endpoint like create message) directly. I had to extract it out of the url `_links.related.conversation`. It would have been better to extract it out of the...