Skip to Main Content
ADD A NEW IDEA

Core API

Showing 46 of 1751

List conversation recipients endpoint

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

Notification API for Plugins

Ability to send notifications to a user even when the plugin is not currently open.
about 2 years ago in Core API / SDK 0 Backlog

Expose Split Conversation in API

Ability to split a conversation into multiple converastions via API.
about 2 years ago in Core API 0 Backlog

Access "Teammate activity export" via API

I regularly need to fetch Teammate Activity Export data - it would be useful to enable access via the API
about 1 month ago in Analytics API - exports / Core API 0 Backlog

Delete internal comments via Core API

Internal comments can be added, but currently cannot be deleted via the Core API.
6 months ago in Core API 0 Backlog

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

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

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

Flag to control draft window is active

Currently, using Front-SDK, the behavior of createDraft() creates the draft and put the draft in an active pop-up window. However, if calling the functionality via Front CORE API (draft), the draft is only available on the end-user draft inbox. It...
over 1 year ago in Core API 0 Backlog