POST Request
This method allow to send message to a specific channel.
Before starting, make sure you added message_save
into write privileges
.
See the Application access and privileges section.
message_save
into write privileges
.
See the Application access and privileges section.POST message
POST
https://api.twake.app/api/v1/messages/save
Headers
Name | Type | Description |
---|---|---|
Authorization | string |
|
Content-Type | string |
|
Request Body
Name | Type | Description |
---|---|---|
message | object |
|
group_id | string |
|
Body example:
Last updated