Open rjpikus opened 4 years ago
I have: App ID Client ID Client Secret Signing Secret Verification Token
I made an app in slack and can post to a channel with
curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World!"}' https://hooks.slack.com/services/Y839CLLSF/B017HJTG2CF/c8My827hfZhs1AJzZjlSxLyD
How do I go from installing this cli to it working in my slack app?
Do I need to make an app and generate a token or the token is in my slack config locally?
+1
I have: App ID Client ID Client Secret Signing Secret Verification Token
I made an app in slack and can post to a channel with
curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World!"}' https://hooks.slack.com/services/Y839CLLSF/B017HJTG2CF/c8My827hfZhs1AJzZjlSxLyD