Hey Sean, can you please make a tutorial on how to distribute the app and list the app in Slack app directory. How to handle the OAuth flow. How to make the local development easy as well as making changes to the production version. Do I need to need to create 2 separate apps for different environment or can we manage it using one app.
Hey Sean, awesome tutorial. I am building a slack bot which will make API call to third party and respond back if successful or not. Since it is hosted on Lambda, it takes more than 3 seconds to make the API call and respond back. How do I acknowledge and send ack() so that slack bot won't make multiple message?
Hello David, I had a lot of errors, can you help me by passing me the repo so I can clone the code because there is something that is not working for me.
Okay, we might be biased, but we love that toque 🤩 Great video, Sean.
I knew you would. 😉
Very useful Sean! Thanks!
Amazing video Sean, thank you for this!
Hey Sean, can you please make a tutorial on how to distribute the app and list the app in Slack app directory. How to handle the OAuth flow. How to make the local development easy as well as making changes to the production version. Do I need to need to create 2 separate apps for different environment or can we manage it using one app.
Hey Thanks for the comprehensive video. Looking forward for the next one. Maybe like actions or whole workflow.
Hey Sean, awesome tutorial. I am building a slack bot which will make API call to third party and respond back if successful or not. Since it is hosted on Lambda, it takes more than 3 seconds to make the API call and respond back. How do I acknowledge and send ack() so that slack bot won't make multiple message?
This really helped. Thank you so much! 🤝😁
Huge time saver, thanks !
What Git extension are you using in your VSCode? what's your VScode config
Hello David, I had a lot of errors, can you help me by passing me the repo so I can clone the code because there is something that is not working for me.
Hi, why did you activate the webhook, since you dont use it later in your video?
Hi, did you ever have an issue with multiple messages being sent? Trying to prevent that from happening, sometimes it sends messages more than once..
Thanks!
Thanks.... This really helped me