Отправить текстовый статус
POST
/waInstance{{idInstance}}/sendTextStatus/{{apiTokenInstance}}Документация sendTextStatus
Request
Body Params application/json
message
string
required
backgroundColor
string
required
font
string
required
participants
array[string]
required
Example
{
"message": "I use Green-API to send this message!",
"backgroundColor": "#000000",
"font": "SERIF",
"participants": ["70000001234@c.us", "440000001234@c.us"] // статус будет доступен только указанным контактам
}
Request samples
Responses
sendTextStatus(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
idMessage
string
required
ExamplesendTextStatus
{
"idMessage": "3EB0C767D097B7C7C030"
}
Last modified: 19 days ago