Create EventSub Subscription

Create custom Twitch EventSub subscriptions. This lets you subscribe to any Twitch EventSub event, that way you don’t have to wait for a new SAMMI update to get access to new EventSub events.

Box Name Type Description
Subscription Type String The Event to subscribe to. Must be dot notation, for example automod.message.hold
Version Number The version of the Event you wish to Subscribe, this is found next to the event name in the Twitch Documentation

Twitch API Endpoint: POST /helix/eventsub/subscriptions

Request Field Type Description
type string The subscription type in dot notation (e.g. automod.message.hold).
version string The version of the subscription type.
condition object An object containing the subscription-specific conditions (e.g. broadcaster_user_id). Required fields vary by subscription type.
transport object The transport method. SAMMI uses WebSocket transport with the active session ID.
Back to the list