Don't count throttled API calls against API rate limit
It seems to me like counting throttled API calls against our API call limit is punitive and the root cause for these snowballing outages. This is compounded by the fact that we are relying on Zapier for these api calls and can't finely control the...
Dialpad SMS - Send text message to multiple clients
This feature is available with twilio SMS, but it would be very useful to send the same text message to many clients and have each one sent separately in a different conversation. Similar to the way sequences work, but with text. We run a service ...
We’re trying to create Dynamic Objects in Front using information from Okta and to use their API, the HTTP Authorization header needs a custom prefix (SSWS) https://developer.okta.com/docs/reference/api/users/#get-user-with-login. Can we please ge...
Our company is currently using Front as the main office software. We hope to manage every email received and sent during the work process by adding different tags to the email. However, I found that the tag provided by Front can only be used priva...
Enable Search in long messages opened through the "view entire message" pop up
When I receive a very long email (more than 100k characters), I cannot search in the whole email because P3 only shows 100k characters. While I can click on the "view entire message" to open the whole email in a pop up, Search is not enabled on th...
Add a chat widget landing page when visitor opens widget that offers different resources such as ability to start a chat conversation, view previous chat conversations, view Help Center articles, submit a CSAT rating, and more.
I have a use case where I match text patterns in a message body (like ORDER-{digits}) and want to convert all matches to markdown links ( `[ORDER-123](https://example.com/orders/ORDER-123)` ) Right now this is not supported - as there's no way to ...