Page 1 of 1

Leads/list export

PostPosted: Tue Jan 30, 2018 9:53 am
by RVN01
Hi all

i have created a ton of lists(small batches of 1k records) but alot of them. is there a way i an export this out of vicidial at one go?

Thanks

Re: Leads/list export

PostPosted: Wed Jan 31, 2018 6:58 am
by arunkooods
You can install PhpMyAdmin and download from the database directly as XL

Re: Leads/list export

PostPosted: Wed Jan 31, 2018 10:10 am
by blackbird2306
Other possible ways are:
1. Assign all desired lists to one campaign and use "Export Leads Report" in report section with campaign filter. But the downloaded file will only have leads in it, which have been called at least one time (not NEW status)
2. There is a "list_download.php" script, which will be called in list section, when manually downloading only one list with the bottom link "Click here to download this list". I found a hidden option "ALL-LISTS" in code.
So try:
Code: Select all
http://serverip/vicidial/list_download.php?list_id=ALL-LISTS

But be careful ! This will gather all leads in your system at once and should only be used at "break time" in due of high load spike.