Skip to Main Content
ADD A NEW IDEA

Core API

Showing 47 of 1788

Send existing message in draft state via API

Customer requesting the ability to send an existing draft via API. They are requesting the ability to provide a message ID of the draft in a response that will initiate the sending of the message.
over 1 year ago in Core API 1 Backlog

Api access to teammate status

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

search contacts in the API using the email

add a parameter in the contact list request to search with the emails
about 2 years ago in Core API 2 Backlog

API - improve channel fetching (pagination and search)

Paginate GET /channels results, and enable filtering by type
about 2 years 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?
about 2 years ago in Core API 0 Backlog

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.
21 days ago in Core API 0

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.

Ability to update external ID on an Account

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

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.
over 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...
almost 2 years ago in Core API 0 Backlog