Reply to Message

Replies to a sent Twitch chat message.

Box Name Type Description
Chat Message String The message to be sent as a reply over chat.
Message ID String The ID of the chat message you wish to reply to (typically fetched from a trigger pull). Leave blank to reply to the user that triggered the button!
Channel Name String Channel Name (all lowercase) to send the message to. Leave blank unless you have multiple accounts connected to SAMMI.

Twitch API Endpoint: POST /helix/chat/messages

Request Field Type Description
broadcaster_id String The ID of the broadcaster whose chat room the message is sent to
sender_id String The ID of the user sending the message
message String The message to send (max 500 characters)
reply_parent_message_id String The ID of the chat message being replied to
Back to the list