permalink | layout |
---|---|
/docs/adapters/index.html |
docs |
Adapters are the interface to the service you want your hubot to run on.
Hubot includes two official adapters:
Third-party adapters are available as npm
packages. Here is a list of known
adapters, but please submit an issue
to have yours added to the list:
- AIM
- ChatWork
- Dasher
- Fleep
- Flowdock
- Gitter
- Gtalk
- Hall
- HipChat
- iMessage
- IRC
- Jabbr
- Let's Chat
- Lingr
- Mattermost
- Mattermost - websocket
- Messenger Platform
- Partychat
- Proxy - This adapter allows the base application to observe, handle, and control events sent to the proxied adapter, all defined in a config object at the root of the module.
- Rocket.Chat
- Slack
- Skype
- SkypeWeb
- Skyweb
- Talker
- Telegram
- Twilio IP Messaging
- Twilio SMS
- Typetalk
- VictorOps
- Visual Studio Online
- Weixin
- XMPP
- Yammer
Interested in adding your own adapter? Check out our documentation for developing adapters