Advertising sustains the DA. Ads are hidden for members. Join today

Contributed modules documentation

Infusionsoft API

The Infusionsoft API module assumes you already have an infusionsoft account: http://infusionsoft.com

The infusionsoft API provides developers easy ways to connect a drupal site with infusionsoft.

It also provides default integrations with rules, actions, and ubercart (depending on D6 or D7) so you can push information to infusionsoft without doing a lot of custom work.

Installation

To get started using the API, you will need to go through an initial set-up
process. The result of the setup process will be an encrypted key that you
will need for authentication.

  1. Enable the Infusionsoft API and generate an API Key, instructions here:

    http://ug.infusionsoft.com/article/AA-00442
  2. Write down the encrypted key - it will be essential to getting the API to work
  3. Install the drupal module in the usual way. See here for more information

    http://drupal.org/documentation/install/modules-themes
  4. On your Drupal site fill out the information on admin/settings/infusionsoft.

Drupal 7 Rules examples

Rules examples to help you get started with the Infusionsoft API module.

Implementation using Rules (D7)

There are many ways that the Infusionsoft API module could be used in Drupal 7. Hopefully this will be helpful to you as you build your own

Webform Integration

This module adds Infusionsoft API integration to your webform.

Guide maintainers

westwesterson's picture