Hello. Im trying to apply tag to contacts, but cant get tag even.
$client1 = array(
'email_addresses' => array(
array(
'email' => 'testemail1@gmail.com',
'field' => 'EMAIL1'
)
),
);
// there is working
$client1 = infusionsoft()->contacts()->create($client1);
// there is not working
$client1_tag = infusionsoft()->tags()->find(812)->get();
Im getting error with msg: “Infusionsoft\Api\Rest\TagService cannot use find function.”
I am hope for your help