About the Constant Contact Lead Gen & CRM category

Lead Gen & CRM is an Easy to use Lead Gen & CRM software to attract and win more business. Capture every opportunity, prioritize your leads, and convert them faster.
Always check the ‘How to use the Alumio connector packages’ topic.

Extra information

System documentation: Lead Gen & CRM API Reference

Lead Gen & CRM

Connector Package Documentation

Setting up HTTP Client Lead Gen & CRM

Steps

  1. In the Alumio Dashboard, go to Clients > HTTP Client. Create a new HTTP Client and select Lead Gen & CRM HTTP Client as the prototype of the HTTP Client.
  2. Fill in the Base URI (Example: http://api.yourappdomain.com/pubapi).
  3. Choose the version and Fill the AccountID & SrcretKey
  4. Enable the logging (Optional but recommended)
  5. Save and Continue.

Subscribing to Entities from Lead Gen & CRM

Steps

  1. Go to Connections → Incoming, create a new incoming configuration, and select Lead Gen & CRM - Subscriber as the subscriber.
  2. Select the entity to subscribe to Lead Gen & CRM.
  3. Add any request parameters and the Payload needed to subscribe to the entity.
  4. You can optionally add a transformer to transform the request parameters into something you need.
  5. Select the Lead Gen & CRM Client to use.

General Concept

We follow Lead Gen & CRM documentation on building this connector, so you can easily use the connector based on Lead Gen & CRM API Reference.

Entity
It’s the entity from Lead Gen & CRM you want to subscribe to. Please refer to the entities in Management APIs from the Lead Gen & CRM API Reference page.

Request Parameters
You can provide these parameters to get the needed entity based on Lead Gen & CRM API Reference. Please look at the example below on how to fill the Request Parameters field when subscribing to Leads entities.

The Payload is mandatory, especially the payload.id & payload.params. payload.id is A user-supplied request ID for correlating requests. That’s why we must define the id property inside the “Payload” property in the Request Parameters field. The properties inside the payload will be sent as the POST payload data.

Input Transformer
Any transformers set here will be executed after the Request Parameters are loaded. So, you can add any transformer to provide and transform the request parameters into anything you need, either as path parameters and/or as query parameters of an entity.

HTTP Client
It’s the HTTP Client configuration or prototype you will use to access Lead Gen & CRM Rest API.

Publishing Entity to Lead Gen & CRM

Steps

  1. Go to Connections → Outgoing, create a new outgoing configuration, and select Lead Gen & CRM Publisher as the publisher.
  2. Select the action you want the publisher to do with the data.
  3. Select the Lead Gen & CRM entity where the data will be published.
  4. You can optionally add any query parameters to the request.
  5. You can also optionally add transformers to transform the data into anything you need before submitting it to Lead Gen & CRM.
  6. Select the HTTP Client to use.

General Concept

Like the subscriber, the publisher has similar methods for using it. The difference is the payload that will be submitted by the publisher originating from the data (from routes and transformers in outgoing configuration).

Entity
We support publishing to most Lead Gen & CRM REST endpoints.

Please look at the example below for endpoints that require an object as the request payload. For example, we want to update the Lead data.

You can put the payload you want to send to Lead Gen & CRM into the payload property in the data. Here is an example of the Possible Response after the Update process.

image

HTTP Client
It’s the HTTP Client configuration or prototype you will use to access Lead Gen & CRM REST API.