I am building a sort of chat input and autoMod output system where I will use a webhook to grab messages that were held by AutoMod. Using a publicly available ngrok callback URL for my webhook, I have successfully subscribed to events such as channel.messages-- but after successfully subscribing, verifying messages, and handling challenges, I just can’t seem to receive anything from modded events. I have checked multiple times that I’m using the right user access tokens, app access tokens, and userIds. I have also made sure that the user has mod status in the specified channel.
Is there something I’m missing? Has anyone else successfully received event notifications from the automod.message subscription? Please help.
hey yeah! what do you mean by topics? I’m using the generic automod message where any message that is held by automod should trigger the event and I would receive it in my callback. Are there specific conditions I need to specify? Thanks!