Non-Agent API add_to_hopper troubleshooting [Solved]
Posted: Tue Jun 12, 2018 9:19 am
Howdy folks. I was wondering if anyone could point me in the right direction on how to troubleshoot a lead being loading via the non-agent api with the add_to_hopper set to Y not getting added to the hopper. Ideally I'd like any leads loaded over the api to be loaded at the top of the hopper and dialed asap. But I can't seem to get it loaded into the hopper at all. Any thoughts on where I should start troubleshooting this. Here's the setting fields I use to load the lead:
The lead gets loaded into the list but not the hopper. Thoughts?
- Code: Select all
$vicidial_fields_array = array(
'user' => $this->user,
'pass' => $this->password,
'source' => $this->source,
'list_id' => $this->list_id
'function' => "add_lead",
'dnc_check' => "Y",
'campaign_dnc_check' => "Y",
'campaign_id' => $this->campaign_id,
'duplicate_check' => "DUPCAMP",
'usacan_prefix_check' => "Y",
'usacan_areacode_check' => "Y",
'nanpa_ac_prefix_chec' => "N",
'tz_method' => "POSTAL",
'add_to_hopper' => "Y",
'hopper_priority' => "99",
);
The lead gets loaded into the list but not the hopper. Thoughts?