Skip to main content

How to create a new integration:

Prerequisites

  • Install Connect v24+
  • A Python 3.7 virtual environment

Scaffolding a new integration

To aid the creation of a new integration, we have created a cookiecutter template that will create a new integration with the correct structure and files.

To use the template, follow the instructions outlined in the tools/cookiecutter-framework-project:


cd tools/cookiecutter-framework-project
pip install cookiecutter
cookiecutter -f -o projects/ .