Skip to main content

Settings Schema

When creating a post for Twitch, use the following settings schema:

Fields

FieldTypeRequiredDescription
__typestringYesMust be twitch
messageTypestringNoType of message to send
announcementColorstringNoColor for announcement messages

messageType

The type of message to send in Twitch chat.
ValueDescription
messageRegular chat message (default)
announcementAnnouncement message (highlighted in chat)

announcementColor

The color of the announcement banner. Only applies when messageType is announcement.
ValueDescription
primaryDefault purple color
blueBlue announcement
greenGreen announcement
orangeOrange announcement
purplePurple announcement

Complete Example

Regular Chat Message

Announcement

Green Announcement

  • Regular messages appear as standard chat messages from your bot/account.
  • Announcements are highlighted with a colored banner and are more visible to viewers.
  • The announcementColor field is ignored when messageType is message.