{ "text": "Hello! This is my story of the day!", "backgroundColor": "#FF5733", "font": 1, "participants": [ "5511999999999@s.whatsapp.net", "5511888888888@s.whatsapp.net" ]}
Send text status (story) with custom text and background color
POST
/
api
/
{session}
/
status
/
text
Copy
{ "text": "Hello! This is my story of the day!", "backgroundColor": "#FF5733", "font": 1, "participants": [ "5511999999999@s.whatsapp.net", "5511888888888@s.whatsapp.net" ]}
This endpoint allows you to send a text status (story) on WhatsApp. You can customize the text, background color, and font, and also define which contacts will be able to view the status.
Array of contact JIDs who will be able to view the status. If not specified, the status will be visible to all contacts.JID format: ["5511999999999@s.whatsapp.net"]
Copy
{ "text": "Hello! This is my story of the day!", "backgroundColor": "#FF5733", "font": 1, "participants": [ "5511999999999@s.whatsapp.net", "5511888888888@s.whatsapp.net" ]}
curl -X POST https://api.wappfy.com.br/api/my-session/status/text \ -H "Content-Type: application/json" \ -d '{ "text": "Hello! This is my story of the day!", "backgroundColor": "#FF5733", "font": 1 }'