Anyone have example code for adding a tag to a contact using the PHP API Wrapper?
When I try something like
$contact_tag = $ac->api(“contact/tag_add?contact=$customer_id&tag=580”);
or
$contact_tag = $ac->api(“contact/tag_add?email=$theEmail&tag=580”);
In both cases I get a “Contact not found” error. However there is a contact in AC with the id and with the email so not sure why I am getting that error.