Created
April 22, 2016 21:08
-
-
Save devStepsize/d495af2346dd4df5376fdceadb6fde09 to your computer and use it in GitHub Desktop.
Botkit say something on Facebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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