Amocrm icon

Amocrm

Consume AmoCRM API

Overview

This node integrates with AmoCRM to create unsorted items, which are raw data entries that have not yet been categorized or processed within the CRM. It supports creating unsorted items from different source categories such as SIP calls or forms. This is useful for capturing leads or contacts from various input sources before they are fully processed or assigned in AmoCRM.

Use Case Examples

  1. Automatically create unsorted items from incoming SIP call data to track potential leads.
  2. Import form submissions as unsorted items for later review and processing in AmoCRM.

Properties

Name Meaning
Authentication Selects the authentication method to connect to AmoCRM, either using a long-lived token or OAuth2.
Unsorted Type Specifies the source category of the unsorted item, such as SIP calls or forms.
Payload (JSON) A JSON array representing the unsorted items to be created, following the AmoCRM unsorted API format.

Output

JSON

  • unsortedItems - Array of created unsorted items as returned by AmoCRM API.

Dependencies

  • Requires AmoCRM API access with either a long-lived token or OAuth2 credentials.

Troubleshooting

  • Ensure the JSON payload is correctly formatted according to AmoCRM's unsorted API specification to avoid validation errors.
  • Authentication failures may occur if the token or OAuth2 credentials are invalid or expired; verify credentials and refresh if necessary.
  • API rate limits or network issues may cause request failures; check AmoCRM API status and network connectivity.

Links

Discussion