I’m using the EventSub channel.chat.notification subscription type and I’m successfully getting sub and sub_gift notifications coming through, but can’t seem to get “resub” to come through.
Is there something I’m doing wrong here? I’m getting no errors when subscribing to the events. Also can’t seem to get the Twitch CLI to work with channel.chat.notification while testing webhook events.
Subscribing to events:
{ “channel.channel_points_custom_reward_redemption.add”, “1”},
{ “channel.hype_train.progress”, “1”},
{ “channel.hype_train.begin”, “1”},
{ “channel.hype_train.end”, “1”},
{ “channel.follow”, “2”},
{ “channel.subscribe”, “1”},
{ “channel.subscription.gift”, “1”},
{ “channel.subscription.message”, “1”},
{ “channel.chat.message”, “1”},
{ “channel.cheer”, “1”},
{ “channel.raid”, “1”},
{ “channel.chat.notification”, “1”}
Scopes:
“channel:read:hype_train”;
“channel:read:redemptions”;
“channel:read:subscriptions”;
“chat:edit”;
“moderator:read:followers”;
“chat:read”;
“user:read:follows”;
“user:read:chat”;
“user:read:subscriptions”;
“bits:read”;
“user:bot”;
“channel:bot”
