Skip to content

Instantly share code, notes, and snippets.

View anteos's full-sized avatar

Stefano Pampaloni anteos

View GitHub Profile
@anteos
anteos / invite_to_slack.js
Last active October 3, 2017 12:12 — forked from dommmel/invite_to_slack.js
Zapier Code to auto invite users to slack
//added channels, first and last_name parameters
// CHANNEL_ID is visible at the end of the channel URL
var slackTeam = "YOUR_SLACK_TEAM_NAME ";
var token = 'YOUR_ADMIN_TEST_TOKEN';
var channels = "CHANNEL_ID";
// A test token will suffice.
// You can generate one at https://api.slack.com/docs/oauth-test-tokens
// Just make sure that the user issuing the test token is an admin.