clonn / slack-node-sdk

slack.com, slack, node sdk
MIT License
167 stars 32 forks source link

Elaborate on __uri____ in readme #38

Closed dawsbot closed 7 years ago

dawsbot commented 8 years ago

In the primary readme a line of the JavaScript contains this:

webhookUri = "__uri___";

But how do we get said uri? Is this the plain url of the clack channel? Do we get this from one of the Slack account options page?

clonn commented 8 years ago

@dawsonbotsford when you create web application from slack, there is a webhook uri.

image

after click 'Incoming WebHooks ' created, the "URI" that is easy to find https://api.slack.com/incoming-webhooks

dawsbot commented 7 years ago

Why not add this to the readme? If it's simple to explain and helps users get started, adding that to the readme would help ease the process of getting up to speed.