Amocrm icon

Amocrm

Consume AmoCRM API

Overview

This node integrates with AmoCRM to accept an unsorted item by its UID. It is useful for automating the process of managing unsorted leads or contacts in AmoCRM, allowing users to programmatically accept and assign unsorted items to specific users or statuses. For example, it can be used to automatically accept new leads from the unsorted bucket and assign them to a sales representative or a particular status for further processing.

Use Case Examples

  1. Automatically accept an unsorted lead by UID and assign it to a specific user.
  2. Accept an unsorted contact and set its status to a predefined value.

Properties

Name Meaning
Authentication Method of authentication to use for connecting to AmoCRM (Long Lived Token or OAuth2).
Unsorted UID The unique identifier of the unsorted item to accept.
User Name or ID Optionally specify the user to assign the accepted unsorted item to, either by selecting from active users or by providing an ID.
Status Name or ID Optionally specify the status to assign to the accepted unsorted item, either by selecting from statuses excluding unsorted or by providing an ID.

Output

JSON

  • data - The response data from AmoCRM after accepting the unsorted item, typically including details of the accepted item.

Dependencies

  • AmoCRM API

Troubleshooting

  • Ensure the provided Unsorted UID is valid and exists in AmoCRM; otherwise, the operation will fail.
  • Authentication errors may occur if the token or OAuth2 credentials are invalid or expired; verify credentials and reauthenticate if needed.
  • If userId or statusId options are provided, ensure they correspond to valid user and status IDs in AmoCRM to avoid errors.

Links

Discussion