HomeEvent PluginAPI Callsapi/PluginCreateContact - Create a new Contact

1.4. api/PluginCreateContact - Create a new Contact

This API call is used to create a new Contact within the CRM.

Before Creating a Contact

Retrieve the cid as per api/PluginCreateCompany to be used in this API method.

 


 

Parameters To Submit

Fields marked with are required and cannot be blank.

 

Parameter Parameter Help Parameter Data Type
cid Company cid retrieved based on guidance from api/PluginCreateCompany String – Max 50 chars
ContactFirstName* Contact first name String – Max 100 chars
ContactLastName* Contact last name String – Max 100 chars
ContactEmail* Contact email address as entered when checked through api/PluginCreateLoginToken String – Max 200 chars
ContactTel* Contact telephone number String – Max 30 chars
ContactMob Contact mobile number String – Max 25 chars
Consent* Consent text. Recorded in CRM with timestamp and details String
API Key    

 


 

Return Response

The API call ResponseMessage will return a range of fields. The following fields of data will be relevant for your purposes.

Field Field Help
uid Contact’s new uid that has just been created.
EmailAddress Contact’s email address that has just been created.
FirstName Contact’s first name that has just been created.

This page was: Helpful | Not Helpful