Skip to content
Advertisement

Slack event API response using python flask

I am working with slack event API. I am getting events on the subscribed events. But how to send respond using python requests. slack sends the same event back again after few seconds what json I need to send back to slack as a response to stop getting the same response? If you know the code, thank you so much in advance :)

JavaScript

Advertisement

Answer

directly return the status if successfully received required information.

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement