HidemichiShimura / slack-cocktail-bot

A useful slack bot which suggest a cocktail name for Today
0 stars 0 forks source link

Find a correct URL of my local env to subscribe to Event subscription of Slack API #33

Closed HidemichiShimura closed 1 year ago

HidemichiShimura commented 1 year ago

PROBLEM

Slack API sends URL verification to Request URL when subscribed events for my bot occur. When I set "http://localhost:5000" at Request URL to make my bot work in my local environment, the verification fails.

GOAL

DEADLINE

Nov 18 2022

STEPS

DEPENDENCY

HidemichiShimura commented 1 year ago

URL generated by ngrok worked for Request URL. I was also able to make my bot work in my local environment without deploying to a Heroku server.

Image