I am using your Twitch Module with the Trigger “Watch Rewards/Redemptions” so i want to trigger the webhook if a custom channel point reward is redeemed.
The problem with this is that this build in app/module is listening for ALL rewards an triggers the webhook on ANY channel point redemption.
It would be much better if you could specify your “reward_id” that only then your webhook is triggered.
There is a possibility within the “channel.channel_points_custom_reward_redemption.add” to set a reward_id as condition for the trigger.
It looks like this:
“condition”: {
“broadcaster_user_id”: “1234”,
“reward_id”: “abcd-1234”
},
So please update your Twitch App/Module Trigger, that you can provide your custom reward_id for it.
Thanks!