Closed hanks closed 3 years ago
Hi,
I installed pp with https://deniz.co/slack-poker-planner/, and want to use API to trigger /pp title in script, but do not know how to do that.
https://deniz.co/slack-poker-planner/
/pp title
I believe I need to find the request url like http://my.awesome.project.url/slack/pp-slash-command, and also find the oauth token for that call.
request url
http://my.awesome.project.url/slack/pp-slash-command
Thanks for your time.
Hi @hanks,
Unfortunately, that's not possible. Slack has a verification token that sends to our API in every request, and we reject all the requests with an invalid token as Slack suggests.
Hi,
I installed pp with
https://deniz.co/slack-poker-planner/
, and want to use API to trigger/pp title
in script, but do not know how to do that.I believe I need to find the
request url
likehttp://my.awesome.project.url/slack/pp-slash-command
, and also find the oauth token for that call.Thanks for your time.