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).
SQL
Importing a campaign list using SQL is probably the easiest method of integrating NJC with your CRM.
...
Campaign query - 'getnjcampaigns'
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.
...