v1

latestOpenAPI 3.0.02026-07-14181255304.7 KB
Stories

๐Ÿ’ฌ Post text story

The method responsible for sending texts to your status. Remember that statuses disappear after 24 hours.

post/stories/send/text

Request body

contactsContactID[]

List of contacts to send the story to

exclude_contactsContactID[]

List of contacts to exclude

captionstring required

Optional. Text caption under the media.

background_colorstring

Background color of the story (ARGB)

caption_colorstring

Caption color of the story (ARGB)

font_type'SYSTEM' | 'SYSTEM_TEXT' | 'FB_SCRIPT' | 'SYSTEM_BOLD' | 'MORNINGBREEZE_REGULAR' | 'CALISTOGA_REGULAR' | 'EXO2_EXTRABOLD' | 'COURIERPRIME_BOLD'

Font style of the story

Example request

{
  "background_color": "#FF000000",
  "caption_color": "#FF000000"
}

Response

Created

sentboolean required

Message sent