dherbst/slack-invite-script

Slack URL and Channel IDs should be modifiable

Closed this issue · 2 comments

drwl commented

Great script; useful and works as intended.
There are hard-coded slack subdomains and channel ids. These should be changed for each different instance. Otherwise you may see this error on your spreadsheet {"ok":false,"error":"channel_not_found"}.

@drwl there are now functions up top to centralize where to change these things.

Using latest code, I still had to edit the payload.channels line with the channel ID, otherwise I got the error mentioned above.