Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Noojee Campaigner provides a number of methods to automate the import of campaign lists from an external system such as a Customer Relationship Management System (CRM).

SQLImage Removed

Importing a campaign list using SQL is probably the easiest method of integrating NJC with your CRM.

...

Campaign query - 'getnjcampaigns'

Image Removed

The campaign query MUST return two fields.

...

List query - 'getnjleads'

...

The second query would then return a row for each lead in the list. The 'lead' must return at least one field which must have a field name of 'phone' which MUST contain the phone number to be dialed. The phone field must be a full 10 digit phone number. The query may return any number of additional fields. Each field MUST have a unique field name.

...