...
Code Block | ||
---|---|---|
| ||
https://<server host>/servicemanager/rest/CampaignAPI/insertLeadsFastinsertLeadFast |
URL Parameters:
Parameter | Description | Required |
fTemplateId | Campaign Template id of the Template that the lead will be associated with. See 16.0 Get Campaign Template List to obtain Template Id's | Yes |
fCampaignId | Campaign id of the Campaign that the lead will be associated with. See 17.0 Get Campaign List to obtain a list of campaign Id's. | Yes |
fAllocationId | Allocation id of the Campaign that the lead will be associated with. See 18.0 Get Allocation List to obtain a list of allocations. | Yes |
allowDuplicates | If true checking for duplicate phone numbers will NOT be performed . | No |
apiKey | api key provided by Noojee Support | Yes |
...
Code Block |
---|
{"fieldname1": "lead 1 field 1 value", "fieldname2" ,: "lead 1field 2 value"} , {"fieldname1": "lead 2 field 1 value", "fieldname2" ,: "lead 2 field 2 value"} |
Curl Sample query:
...
Code | Message | HTTP status | Description | ||||
---|---|---|---|---|---|---|---|
0 | OK | 200 | The lead was successfully inserted or updated. | 101 | COULDNT_FIND_THE_LEAD | 400 | For an update, the njExternalLeadId didn't match a lead |
102 | NO_PHONE_FIELDS | 400 | For an import the The lead doesn't have and phone numberscontain any fields designated as phone number fields. | ||||
103 | EXCEPTION | 500 | A server error occured. Call Noojee Support. | ||||
104 | DNC | 400 | The lead's phone numbers are on the DNC list | ||||
105 | DUPLICATE | 400 | There is already a lead with this phone number | ||||
106 | INVALID_DISPOSTION | 400 | When updating, the supplied disposition doesn't exist. | ||||
107 | DISPOSTION_ISNT_SET_AND_NOCHANGE_SPECIFIED | 400 | When updating a a lead the disposition can be omitted, and <NO CHANGE> specified. But this is an error condition if the lead doesn't already have a disposition. | ||||
108 | IMPORT_BUT_NOCHANGE_SPECIFIED | 400 | Tried to insert a lead but a field contained the value '<NO CHANGE>' which is only valid for updates. | ||||
109 | TIMEOUT_TOO_MANY_CONCURRENT_REQUESTS | 400 | There are too many concurrent insert/update API requests. Wait a bit and then retry the insert/update. Currently a call will timeout if it is delayed by more than 1 minute. Note: you MUST have a timeout in excess of 60 seconds on your requests as our system can can take up to 1 minute to respond. | ||||
110 | LEAD_NOT_UPDATED_DUE_TO_CONFLICT | 400 | The lead update caused a conflict with another update and failed. This usually means that a user was editing the lead whilst you were trying to update it via the api. This type of issues should be rare as in most cases the user will see the error not the api. When the user sees the error they will be given the opportunity to merge the two leads via a specialised merge lead screen. If the api recieves this error then you will need to manually intervene to ensure that data isn't over-written which a simply retry is likely to do. | ||||
111 | INVALID_TIMEZONE_SPECIFIED | 400 | The lead contained an unknown Contact Hours (timezone). | ||||
112 | DUPLICATE_EXTERNAL_ID | 400 | The value passed via njExternalLeadId already exists in the Campaign. | ||||
114 | INVALID_CALLBACK_DATE_FORMAT | 400 | The supplied callback date is in an invalid format. | ||||
115 | ALLOCATION_ID_REQUIRED | 400 | A valid Allocation ID was not passed in. | ||||
116 | TEMPLATE_ID_REQUIRED | 400 | A valid Campaign Template ID was not passed in. | ||||
117 | CAMPAIGN_ID_REQUIRED | 400 | A valid Campaign ID was not passed in. |