Skip to Main Content
ADD A NEW IDEA

Core API

Showing 45

Add updated_at to list conversations API endpoint

List coversations endpoint is ordered by that field, but the field is not exposed
about 1 year ago in Core API 1 Backlog

search contacts in the API using the email

add a parameter in the contact list request to search with the emails
over 1 year ago in Core API 2 Backlog

API - improve channel fetching (pagination and search)

Paginate GET /channels results, and enable filtering by type
over 1 year ago in Core API 0 Backlog

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?
over 1 year ago in Core API 0 Backlog

Add "source inbox" to the event payloads for Move events

As a developer I sometimes need to see the source inbox of a move (i.e. see which inbox a conversation was moved from in addition to the inbox it was moved to.

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.
about 1 year ago in Core API 0 Backlog

Move Message to new Conversation via API

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...
about 1 year ago in Core API 0 Backlog

Api access to teammate status

the green, orange and red dot should be accessible via the api on the teammate object
over 1 year ago in Core API 2 Backlog

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...
over 1 year ago in Core API 0 Backlog

API support to maintain rule data sets

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
over 1 year ago in Core API 0 Backlog