Overview

OpenACP is designed to be extended. You can build custom channel adapters that connect OpenACP to any messaging platform, package and distribute those adapters as npm plugins, and contribute improvements back to the core project.

This section covers everything you need to go from zero to a published adapter:

  • Plugin System — Installing, listing, and uninstalling plugins via the CLI.

  • Building Adapters — Step-by-step guide to implementing a ChannelAdapter.

  • Adapter Reference — Full method signatures, type definitions, and lifecycle documentation.

  • Contributing — Dev setup, testing conventions, and PR process.

Last updated

Was this helpful?