Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 2.67 KB

adapters.md

File metadata and controls

59 lines (49 loc) · 2.67 KB
permalink layout
/docs/adapters/index.html
docs

Adapters are the interface to the service you want your hubot to run on.

Official Adapters

Hubot includes two official adapters:

Third-party 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:

Writing Your Own Adapter

Interested in adding your own adapter? Check out our documentation for developing adapters