Actions12
Overview
This node updates an existing contact in the Missive platform. It allows users to modify contact details such as the contact book ID, name, email addresses, phone numbers, websites, company, birthday, and description. This is useful for keeping contact information current and accurate within automated workflows, for example, updating a customer's contact info after receiving new data from a form submission or CRM system.
Properties
| Name | Meaning |
|---|---|
| Contact ID | The unique identifier of the contact to update. Required to specify which contact to modify. |
| Contact Book ID | The ID of the contact book where the contact is stored. Used to specify or change the contact's contact book. |
| Name | The name of the contact. Used to update or set the contact's full name. |
| Emails | Comma-separated list of email addresses for the contact. Used to update the contact's email information. |
| Additional Fields | Additional optional fields to update for the contact, including phones, websites, company, birthday, and description. |
Output
JSON
json- The JSON response from the Missive API containing the updated contact details.
Dependencies
- Missive API with an API token credential
Troubleshooting
- Ensure the Contact ID is correct and exists in Missive; otherwise, the update will fail with a not found error.
- Verify that the Contact Book ID is valid and accessible by the API token used.
- Emails, phones, and websites must be provided as comma-separated strings; improper formatting may cause errors.
- If the API token is invalid or expired, authentication errors will occur; refresh or provide a valid token.