messages
Remove reaction
Remove a reaction from a message. Platform support: - **Telegram**: Send empty reaction array to clear - **WhatsApp**: Send empty emoji to remove - **All others**: Returns 400 (not supported)
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
conversationIdstring
The conversation ID
messageIdstring
The platform message ID
Query Parameters
accountIdstring
Social account ID
Response Body
application/json
application/json
curl -X DELETE "https://zernio.com/api/v1/inbox/conversations/string/messages/string/reactions?accountId=string"{
"success": true
}Empty
{
"error": "Unauthorized"
}Empty
Empty
Edit message PATCH
Edit the text and/or reply markup of a previously sent Telegram message. Only supported for Telegram. Returns 400 for other platforms.
Send message POST
Send a message in a conversation. Supports text, attachments, quick replies, buttons, and message tags. Attachment and interactive message support varies by platform.