Send text status
POST
/waInstance{{idInstance}}/sendTextStatus/{{apiTokenInstance}}Documentation 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 status!",
"backgroundColor": "#228B22",
"font": "SERIF",
"participants": ["70000001234@c.us", "440000001234@c.us"] // status will be available only to the specified contacts
}
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