Actions90
- Activity Actions
- Company Actions
- Contact Actions
- Deal Actions
- Project Actions
- User Actions
Overview
This node updates an existing contact in the MOCO system. It allows users to modify various contact details such as name, company association, emails, phone numbers, address, birthday, gender, job position, tags, and custom properties. This operation is useful for keeping contact information current and accurate in business workflows, such as CRM updates or contact management automation.
Use Case Examples
- Updating a contact's phone number and email after receiving new information.
- Changing the company association of a contact when they move to a different organization.
- Adding custom properties to a contact for specialized tracking or segmentation.
Properties
| Name | Meaning |
|---|---|
| Contact ID | The unique identifier of the contact to update, required to specify which contact record to modify. |
| Update Fields | A collection of fields that can be updated for the contact, including birthday, company ID, custom properties, first name, gender, home address, home email, additional info, job position, last name, mobile phone, tags, title, work email, work fax, and work phone. |
Output
JSON
id- The unique identifier of the updated contact.firstname- The updated first name of the contact.lastname- The updated last name of the contact.company_id- The ID of the company associated with the contact.title- The updated title of the contact.job_position- The updated job position of the contact.work_email- The updated work email address.home_email- The updated home email address.mobile_phone- The updated mobile phone number.work_phone- The updated work phone number.work_fax- The updated work fax number.home_address- The updated home address.birthday- The updated birthday date.gender- The updated gender value.info- Additional updated information about the contact.tags- An array of tags associated with the contact.custom_properties- An object containing custom key-value pairs defined for the contact.
Dependencies
- MOCO API key credential for authentication
Troubleshooting
- Ensure the Contact ID provided is valid and exists in the MOCO system to avoid 'not found' errors.
- Verify that the API credentials are correctly configured and have permissions to update contacts.
- Check that the custom properties keys and values are correctly formatted as strings to prevent validation errors.
- If updating tags, ensure they are provided as a comma-separated string; improper formatting may cause issues.
Links
- MOCO API Contacts Documentation - Official MOCO API documentation for managing contacts, including update operations.