Actions28
- Unsorted Actions
- Lead Actions
- Account Actions
- Catalog Actions
- Note Actions
- Company Actions
- Task Actions
- Contact Actions
Overview
This node updates contact records in AmoCRM. It supports updating multiple contacts at once, allowing users to modify fields such as name, responsible user, creation and update metadata, custom fields, tags, and more. It is useful for automating contact management workflows, such as syncing contact updates from other systems or bulk editing contact information in AmoCRM.
Use Case Examples
- Updating the name and responsible user of multiple contacts based on external data.
- Adding or modifying custom fields and tags for contacts in bulk.
- Automating contact metadata updates like 'updated_by' or timestamps during integration processes.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to use for connecting to AmoCRM (Long Lived Token or OAuth2). |
| JSON Parameters | Determines whether the contacts data is provided as a JSON string or as structured input fields. |
| Stringifyed Array of Objects | A JSON string representing an array of contact objects to update, used when JSON Parameters is true. |
| Contacts | A collection of contact objects to update, each with fields like ID, name, responsible user, creation and update metadata, custom fields, embedded tags, and a request ID for tracking. |
Output
JSON
updatedContacts- Array of updated contact objects returned from AmoCRM after the update operation.
Dependencies
- Requires AmoCRM API access with either a long-lived token or OAuth2 credentials.
Troubleshooting
- Ensure the contact IDs provided exist in AmoCRM; otherwise, the update will fail for those contacts.
- If using JSON Parameters, ensure the JSON string is correctly formatted and represents an array of contact objects.
- Authentication errors may occur if the token or OAuth2 credentials are invalid or expired; re-authenticate if needed.
- Custom fields and tags must exist in AmoCRM; otherwise, the update may ignore or error on those fields.
Links
- AmoCRM Contacts API Documentation - Official documentation for managing contacts via the AmoCRM API.