OpenInbound connector module is available for Drupal 7 and Drupal 8 (https://www.drupal.org/project/openinbound). You can use different ways to install.
Using drush
- drush dl openinbound
- drush en openinbound
- Go to /admin/structure/openinbound/settings and add the API key and Tracking ID.
Using composer
- composer require drupal/openinbound
- drush en openinbound
- Go to /admin/structure/openinbound/settings and add the API key and Tracking ID.
Manual install
- Go to https://www.drupal.org/project/openinbound and download the latest version
- Copy the module to your module folder in your Drupal site
- Enable the module
- Go to /admin/structure/openinbound/settings and add the API key and Tracking ID.
After you have installed the module you can configure your Webforms to work with OpenInbound. We made a blog post about how you can connect Webforms with OpenInbound.