API Reference/Endpoints
Send a message in a chat
POST/api/linkedin/gateway/chats/{chat_id}/messages
Sends a message into an existing chat. This is the raw messaging call the higher-level Send a connection request or message endpoint uses under the hood, exposed directly for when you already have a chat to reply into.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Body parameters
The upstream call also supports attaching files, a voice note, or a video note — Warmably's gateway currently only forwards JSON bodies, so those binary fields aren't reachable through this route yet.
Response fields
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. The account_id doesn't belong to this key.·404 Not Found. No chat with that id belongs to this account.·Unprocessable message. The recipient can't be reached, has blocked the account, or the chat has no active connection to send into.