Description
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.URL Parameters
Unique authenticated session ID
Request Body
Text to be displayed in the status
Background color in hexadecimal format (e.g., “#FF5733”)
Number representing the text font
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"]
Response
Indicates if the status was sent successfully
Sent status message ID
Status Codes
200
- Status sent successfully400
- Invalid parameters401
- Unauthorized500
- Server error
Usage Example
Notes
- Status are temporary content (Stories) that disappear after 24 hours
- If the
participants
parameter is not specified, the status will be visible to all contacts - Background color must be provided in hexadecimal format (e.g., “#FF5733”)
- The
font
field accepts numbers that represent different font styles available on WhatsApp
Authorizations
Your Wappfy API key (get it at dash.wappfy.com.br)
Path Parameters
Session name (instanceName)