Sends a story (status) with support for text, image, video, and audio.
Tracking fields support: This endpoint also supports track_source and track_id documented in the “Send Message” tag.
{
"type": "text",
"text": "News coming soon!",
"background_color": 7,
"font": 1
}
Status type
text, image, video, audio, myaudio, ptt "text"
Main text or caption
"News coming soon!"
Background color code
1 <= x <= 197
Font style (only for type=text)
0 <= x <= 81
URL or Base64 of the media file
"https://example.com/video.mp4"
URL or Base64 of the thumbnail (optional for videos)
"https://example.com/thumb.jpg"
File MIME type (optional)
"video/mp4"
Message tracking source
"chatwoot"
ID for message tracking (accepts duplicate values)
"msg_123456789"