Amocrm icon

Amocrm

Consume AmoCRM API

Overview

This node interacts with the AmoCRM platform to retrieve a summary of unsorted leads or data. It is useful for users who want to filter and analyze unsorted CRM entries based on specific criteria such as unique IDs, creation date ranges, or associated pipeline names or IDs. Practical applications include generating reports on unsorted leads, monitoring new entries within a certain timeframe, or filtering data by specific sales pipelines.

Use Case Examples

  1. Retrieve a summary of unsorted leads created within the last month.
  2. Filter unsorted entries by specific unique IDs to analyze particular leads.
  3. Get a summary of unsorted data associated with selected sales pipelines for targeted review.

Properties

Name Meaning
Authentication Method used to authenticate with AmoCRM, either via a long-lived token or OAuth2.
Filter Collection of filters to narrow down the unsorted summary results.

Output

JSON

  • summary - Summary data of the unsorted leads or entries retrieved from AmoCRM.

Dependencies

  • Requires authentication credentials for AmoCRM, either a long-lived token or OAuth2 credentials.

Troubleshooting

  • Ensure that the authentication credentials are valid and have the necessary permissions to access unsorted data.
  • Verify that the filter parameters are correctly formatted, especially the date range and comma-separated UIDs.
  • If no data is returned, check that the specified filters match existing unsorted entries in AmoCRM.

Links

Discussion