How To Check If a Contact Has a Tag

Written by

in

$query = array(‘ContactId’ => $contactId,
‘GroupId’ => 1133);
$contacts = $app->dsCount(“ContactGroupAssign”,$query);

echo “

";
         print_r($contacts);
	 echo "

“;

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *