Skip to Main Content
ADD A NEW IDEA

Core API

Showing 36

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.
3 months ago in Core API 1 Backlog

Add updated_at to list conversations API endpoint

List coversations endpoint is ordered by that field, but the field is not exposed
7 months 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
12 months ago in Core API 2 Backlog

API - improve channel fetching (pagination and search)

Paginate GET /channels results, and enable filtering by type
12 months ago in Core API 0 Backlog

Drafts API: Drop requirement for supplying channel_id

Right now we required 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 1 year ago in Core API 0 Backlog

Add "seen" event in webhook API support

To monitor the "seen" status of messages, api clients currently need to implement a polling strategy. Adding a seen event to enable web-hook integration, will limit api usage and improve state change detection.
over 1 year ago in Core API 0 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.
7 months 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...
7 months 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
10 months 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...
11 months ago in Core API 0 Backlog