Skip to Main Content
ADD A NEW IDEA

Core API

Showing 36 of 1457

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

Merge conversation using API

No description provided
10 months ago in Core API 0 Backlog

Associate tags to a specific inbox via API

Hello, One of our Business Cases at White Bird is to isolate tags between inboxes of a same Team. Right now, our only way of ensuring this system works and there's no permeability between tags and inboxes is to manually assign each tag to the corr...
10 months 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.
6 months ago in Core API 0 Backlog

Tags API: add ability to see and set 'Archived' property

1) The GET /tags list should include a flag to indicate whether a tag has been archived 2) There should be a way to archive a Tag via API
about 1 year ago in Core API 1 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

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.
4 months ago in Core API / Developer Platform 0 Backlog

search contacts in the API using the email

add a parameter in the contact list request to search with the emails
11 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?
12 months ago in Core API 0 Backlog