Send Status Message
Send WhatsApp Status updates (also known as Stories) to your contacts. Status messages can be text, images, videos, or audio, and disappear after 24 hours.Endpoint
Path Parameters
string
required
The name of your WhatsApp instance that you created
Request Body
Status messages support text, image, video, and audio content. For media types, you can provide the content via URL, base64, or file upload using
multipart/form-data.string
required
The type of status content being sentOptions:
text, image, video, audiostring
required
The content for the status message:
- For
texttype: The text content to display - For media types (
image,video,audio): URL or base64-encoded media
string
Caption text for media status updates (image, video, audio)
string
Background color for text status messages (hex color code)Example:
#FF5733, #4CAF50integer
Font style for text status messagesRange: 0 to 5 (different font styles available in WhatsApp)
array
Array of specific contact numbers (JIDs) who can view this statusEach item should be a numeric string. Example:
["5511999999999", "5511888888888"]boolean
Whether to share the status with all your contactsDefault:
false - If true, ignores statusJidListResponse
object
Message key information
object
The sent status message object
string
Unix timestamp when the status was sent
string
Message status
Code Examples
Advanced Examples
Send text status with custom styling
Send text status with custom styling
Send image status to specific contacts
Send image status to specific contacts
Send video status
Send video status
Send audio status
Send audio status
Status Type Guidelines
Text Status
- Content: Plain text message
- Background Colors: Use hex color codes (e.g.,
#4CAF50,#FF5733) - Fonts: Values from 0 to 5 represent different WhatsApp font styles
- Best for: Announcements, quotes, quick updates
Image Status
- Formats: JPG, PNG, GIF, WEBP
- Max size: 5MB (recommended)
- Aspect ratio: 9:16 (portrait) or 16:9 (landscape) works best
- Caption: Optional text overlay
Video Status
- Formats: MP4, 3GP, MOV
- Max size: 16MB (recommended)
- Max duration: 30 seconds (WhatsApp limitation)
- Caption: Optional text overlay
Audio Status
- Formats: MP3, OGG, WAV, AAC
- Max size: 16MB
- Max duration: No hard limit, but shorter is better
- Caption: Optional description
Status messages are automatically deleted after 24 hours, following WhatsApp’s standard Status/Story behavior.
Privacy Settings
Send to All Contacts
SetallContacts: true to share your status with all contacts who have your number saved.
Send to Specific Contacts
Provide astatusJidList array with specific phone numbers to limit who can view your status:
Status Best Practices
- Keep it brief: Status messages work best with concise content
- Use quality media: High-resolution images and videos perform better
- Timing matters: Post when your audience is most active
- Add captions: Provide context with descriptive captions
- Test first: Send to a small group before broadcasting to all contacts
Error Responses
number
HTTP status code
string
Error description
Common Errors
Status functionality may vary based on your WhatsApp account type and the recipient’s WhatsApp version. Test thoroughly before deploying to production.