I am trying to integrate Slack and Google Admin SDK. Basically, I want a user to be able to book a room through their slack channel. I followed these directions to be able to test post through Slack's API: https://sprint.ly/blog/5-steps-to-a-slack-integration/
My question would be, as I build what my Admin API is supposed to do (https://developers.google.com/google-apps/calendar/quickstart/python) where is that script going to live?
I know Slack has "interactive components" and I need to specify a URL to use that. What would that URL be, where do I create it, etc?