POST Request
This method allow to send message to a specific channel.
Last updated
This method allow to send message to a specific channel.
Last updated
message_save
into write privileges
.
See the Application access and privileges section.POST
https://api.twake.app/api/v1/messages/save
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization
string
Basic base64(public_id:private_api_key)
Content-Type
string
application/json
message
object
Require channel_id and content, see the Body section
group_id
string
See the group_id and channel_id section