Per this answer the only way to retrieve all of the recipients of a conversation is to iterate through all messages in the conversation and manually pull out - and de-duplicate - the recipients from each message. This is both unnecessarily complic...
Rule data sets are currently manually maintained or limited to 500 rows for a CSV import. API access to manage this would give an avenue to maintain this in a non manual way and reduces chances of errors occurring
Add support for resource alias 'ext_id' to the GET Message endpoint
Currently the Get Message endpoint for Front's Core API does not allow lookup on the external ID field. It would be nice if we allowed lookup on the external_id as a resource alias much like the GET Account endpoint.
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.
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...
Provide simpler way to compute the user hash automatically
Instead of requiring that a user hash be computed based on HMAC-SHA256, expose some API devs can call to automatically generate this based when the verifications ecret is passed in.