HomeEvent PluginAPI Callsapi/PluginContactInfoRetrieve - Retrieve Contact Information

1.3. api/PluginContactInfoRetrieve - Retrieve Contact Information

This API call will return contact information.

The call requires you to pass the uid of the contact.

 


 

Parameters To Submit

Parameter Parameter Help Parameter Data Type
uid The contact's uid. String – Max 50 chars
API Key    

 


 

Return Response

The API call will return the following fields of data.

Field Field Help
uid Contact’s uid.
Title Contact’s title.
FirstName Contact’s first name.
LastName Contact’s last name.
KnownAs What the contact is known by.
EmailAddress Contact’s email address.
JobTitle Contact’s job title.
MobileCountry Contact’s mobile country code.
Mobile Contact’s mobile number.
TelCountry Contact’s telephone country code.
Tel Contact’s telephone number.
TelExt Contact’s telephone extension number.
Address1 First line of the contact’s address.
Address2 Second line of the contact’s address.
Address3 Third line of the contact’s address.
Address4 Fourth line of the contact’s address.
County County contact lives in.
Postcode Contact’s postcode.
Country Country contact lives in.
UserImage URL of contact’s profile image.
MarketingPreferences A JSON array of the contact’s marketing preferences (Contact Interests in Rubi).

This page was: Helpful | Not Helpful