curl --request POST \
--url https://api.wappfy.com.br/message/sendStatus/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"statusMessage": {
"type": "text",
"content": "<string>",
"caption": "<string>",
"backgroundColor": "<string>",
"font": 123,
"allContacts": true,
"statusJidList": [
"<string>"
]
}
}'
{
"key": {
"remoteJid": "status@broadcast",
"fromMe": true,
"id": "CBC2CDBAFA5C9"
},
"message": {
"extendedTextMessage": {
"text": "example",
"backgroundArgb": 1720453008,
"font": "FB_SCRIPT"
}
},
"messageTimestamp": "1720453008",
"status": "PENDING",
"participant": "559912345678@s.whatsapp.net"
}
Post WhatsApp status (stories)
curl --request POST \
--url https://api.wappfy.com.br/message/sendStatus/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"statusMessage": {
"type": "text",
"content": "<string>",
"caption": "<string>",
"backgroundColor": "<string>",
"font": 123,
"allContacts": true,
"statusJidList": [
"<string>"
]
}
}'
{
"key": {
"remoteJid": "status@broadcast",
"fromMe": true,
"id": "CBC2CDBAFA5C9"
},
"message": {
"extendedTextMessage": {
"text": "example",
"backgroundArgb": 1720453008,
"font": "FB_SCRIPT"
}
},
"messageTimestamp": "1720453008",
"status": "PENDING",
"participant": "559912345678@s.whatsapp.net"
}
Seu cabeçalho da chave de autorização.
ID da instância.
Created
The response is of type object
.