Skip to content

sachanacar/voxslackbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voxbone SlackBot

This SlackBot allows you to automate the provision of phone numbers right into your Slack channel.

###Buy DIDs voxslackbot-buy

###List your DIDs voxslackbot-list1

###Configure your DIDs voxslackbot-configure

More information about development and installation on the Voxbone blog:

Install

To install the app, follow these instruction:

  1. Download this repo (git clone)
  2. Add the dependency to your application (npm install)
  3. Host it on Heroku with the following set of commands
//go inside of the repo
cd voxslackbot

//Initialize it
git init

//Create a Heroku app
heroku create

//Add and commit
git add .
git commit -m ‘deploy’

//Push to Heroku
git push heroku master

//Tail the Heroku logs to see what is going on when you use it!
heroku logs --tail

//Now that your application is live, add your Heroku app URL int the configuration page of the Slack command you created.

About

☎️ The voxslackbot is a small app that allows you to create a custom Slack command that lets you buy and configure phone numbers right off the Voxbone Provisioning API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published