Actions90
- Activity Actions
- Company Actions
- Contact Actions
- Deal Actions
- Project Actions
- User Actions
Overview
This node operation creates a new contact in the MOCO system. It allows users to specify essential contact details such as first name, last name, and associated company, along with various optional fields like birthday, gender, job position, multiple email addresses, phone numbers, tags, and custom properties. This operation is useful for automating the addition of new contacts into MOCO, for example, when integrating with lead capture forms or CRM workflows.
Use Case Examples
- Automatically create a new contact in MOCO when a form is submitted on a website.
- Add contacts from an external CRM or marketing tool into MOCO for unified contact management.
Properties
| Name | Meaning |
|---|---|
| First Name | Firstname of contact being created, required string input. |
| Last Name | Lastname of contact being created, required string input. |
| Company Name or ID | The company to which the contact belongs, selected from a list or specified by ID, required. |
| Additional Fields | Optional additional contact details such as birthday, gender, home address, emails, phone numbers, job position, tags, title, and custom properties. |
Output
JSON
id- Unique identifier of the created contact.firstname- First name of the created contact.lastname- Last name of the created contact.company_id- ID of the company associated with the contact.title- Title of the contact if provided.job_position- Job position of the contact if provided.work_email- Work email address if provided.home_email- Home email address if provided.mobile_phone- Mobile phone number if provided.work_phone- Work phone number if provided.work_fax- Work fax number if provided.home_address- Home address if provided.birthday- Birthday if provided.gender- Gender if provided.info- Additional information if provided.tags- Array of tags associated with the contact.custom_properties- Object containing custom properties as key-value pairs.
Dependencies
- Requires MOCO API credentials for authentication.
Troubleshooting
- Ensure that the required fields (First Name, Last Name, Company ID) are provided; missing these will cause errors.
- Custom properties must be provided as key-value pairs; incorrect formatting may cause request failures.
- The company ID must be valid and exist in MOCO; otherwise, the API will reject the creation request.
- Network or authentication errors may occur if the MOCO API credentials are invalid or expired.
Links
- MOCO API Contacts Documentation - Official MOCO API documentation for managing contacts, including creation.