Follower alert in chat bot

Have you set up whatever web server you’re using to handle the callback? You need 2 handlers, 1 for the GET request Twitch will send, which is to test your server is reachable and you have to reply the challenge that is set, and 1 handler for the POST requests which are the actual notifications for the topic you subscribed to.