Description
This endpoint allows you to send a video status (story) on WhatsApp. You can include a caption and define which contacts will be able to view the status.URL Parameters
Unique authenticated session ID
Request Body
Object containing video data
Video caption
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 - Video must be encoded in base64
- Supported video formats: MP4, AVI, MKV, MOV
- It is recommended to keep the video with a maximum duration of 30 seconds for better compatibility
Authorizations
Your Wappfy API key (get it at dash.wappfy.com.br)
Path Parameters
Session name (instanceName)