domingo, 9 de diciembre de 2018

vicidial filter


Using filter to add   leads  who match only specific criteria
calling  numbes added only from the  api


on the filter box
comments like '%API%'


calling jose

title like '%jose%'


full query behind the scene


SELECT * FROM `vicidial_list` WHERE comments like '%API%'

 select * from vicidial_list where title like '%jose%'\G;


No hay comentarios:

Publicar un comentario