API Reference/Endpoints
React to a message
POST/api/linkedin/gateway/messages/{message_id}/reaction
Drops an emoji reaction onto a message, the same way a person tapping-and-holding it in the LinkedIn app would. Supported on LinkedIn as well as WhatsApp, Telegram and Instagram accounts connected to Warmably.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Body parameters
Response fields
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. account_id doesn't belong to this key.·404 Not Found. No message exists with that id on that account.