Skip to content

Instantly share code, notes, and snippets.

@devStepsize
Created April 22, 2016 21:08
Show Gist options
  • Select an option

  • Save devStepsize/d495af2346dd4df5376fdceadb6fde09 to your computer and use it in GitHub Desktop.

Select an option

Save devStepsize/d495af2346dd4df5376fdceadb6fde09 to your computer and use it in GitHub Desktop.
Botkit say something on Facebook
// From https://github.com/howdyai/botkit#botsay
bot.say(
{
text: 'my message_text',
channel: '+1(###)###-####' // a valid facebook user id or phone number
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment