post
https://{subdomain}.kommo.com/api/v4/talks//send_message
The method allows to send a message to a conversation.
The endpoint currently supports sending text messages only. Support for file uploads will be implemented in an upcoming release.
Limitations
- The method is available in accordance with the user’s rights
- The method is available for the Trial, Pro, Enterprise and Technical plans
- The method requires
Sending to external chatsintegration scope - The method consumes your Chats API request limits. The request limits depend on your subscription plan: Trial – 100 requests, Pro/Enterprise – 500 requests per month, Technical – 10000 requests. Additional request limits can also be purchased.
Please proceed to the article to know more about the add-on messages limits and paid packages.
Data type header when the request is successful
Content-Type: application/json
Data type header in case of an error
Content-Type: application/problem+json
Response parameters
| Parameter | Data type | Description |
|---|---|---|
| id | string | ID of the message |
