RelayAPI

Inbox

Provider-backed message edits, read receipts, comment edits/moderation, post engagement, and mention listing are available only on the documented platform/action matrix. Every provider mutation requires an Idempotency-Key, returns a durable operation, validates the provider-specific acknowledgement instead of trusting HTTP 2xx alone, and never automatically replays an ambiguous provider request. Mention listing returns normalized events already persisted through webhook ingestion, not live provider history. See Published Edits and Social Actions.

Endpoints

MethodEndpointDescription
POSTAdd a reaction to a messageAdd a reaction to a message
POSTPerform bulk actions on conversationsPerform bulk actions on conversations
POSTAdd an internal note to a conversationAdd an internal note to a conversation
DELETEDelete a commentDelete a comment
DELETEDelete a messageDelete a message
DELETEDelete an internal noteDelete an internal note
DELETEDelete a review replyDelete a review reply
PATCHEdit a provider messageEdit a provider message
PATCHEdit an owned provider commentEdit an owned provider comment
PUTSet a provider-native post reaction, vote, or ratingSet a provider-native post reaction, vote, or rating
GETGet full conversation thread with messagesGet full conversation thread with messages
GETGet a durable inbox social mutationGet a durable inbox social mutation
GETAggregated inbox metricsAggregated inbox metrics
GETGet comments for a specific postGet comments for a specific post
POSTHide a commentHide a comment
POSTLike a commentLike a comment
GETList comments across platformsList comments across platforms
GETList internal notes on a conversationList internal notes on a conversation
GETList inbox conversationsList inbox conversations
GETList normalized mention events for one connected accountList normalized mention events for one connected account
GETList posts with comment countsList posts with comment counts
GETList reviews across platformsList reviews across platforms
POSTApply a typed provider moderation actionApply a typed provider moderation action
POSTSend a private reply to a commenterSend a private reply to a commenter
DELETERemove a reaction from a messageRemove a reaction from a message
POSTReply to a commentReply to a comment
POSTReply to a reviewReply to a review
GETFull-text search across inbox messagesFull-text search across inbox messages
POSTSend a message in a conversationSend a message in a conversation
POSTSend a provider read receiptSend a provider read receipt
POSTSend a typing indicatorSend a typing indicator
DELETEUnhide a commentUnhide a comment
DELETEUnlike a commentUnlike a comment
PATCHUpdate conversation status, labels, or priorityUpdate conversation status, labels, or priority
PATCHUpdate an internal noteUpdate an internal note

Found something wrong? Help us improve this page.

On this page