Retrieving a contact guid based on email address
-
Hi there,
I would like to get query a contact guid using the contact email address. I had a look at the php api for some guidance
$user_email = $user_info->user_email; //valid
$user_contact = new Entity(‘contact’, ’emailaddress1′, $user_email); //not sure
$user_guid = $client->entity( ‘contact’, $user_contact ); //not sure
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Retrieving a contact guid based on email address’ is closed to new replies.