POST
/
api
/
{session}
/
status
/
text
Enviar status de texto
curl --request POST \
  --url https://api.wappfy.com.br/api/{session}/status/text \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "id": "BBBBBBBBBBBBBBBBB",
  "contacts": null,
  "text": "Have a look! https://github.com/",
  "backgroundColor": "#38b42f",
  "font": 0,
  "linkPreview": true,
  "linkPreviewHighQuality": false
}'

Authorizations

apikey
string
header
required

Apikey

Path Parameters

session
string
required

O nome da sessão (instanceName)

Body

application/json
text
string
default:Have a look! https://github.com/
required
backgroundColor
string
default:#38b42f
required
font
number
default:0
required
id
string

Pre-generated status message id

Example:

"BBBBBBBBBBBBBBBBB"

contacts
string[]

Contact list to send the status to.

Example:

null