Amocrm icon

Amocrm

Consume AmoCRM API

Overview

The 'Get Contacts List' operation of the 'Contact' resource in the n8n AmoCRM node retrieves a list of contacts from an AmoCRM account. This operation is beneficial for automating workflows that require access to contact information, such as syncing contacts with other systems, generating reports, or managing customer relationships. For example, you can use this operation to fetch all contacts and update a CRM system or send marketing emails.

Use Case Examples

  1. Automatically create or update a lead in AmoCRM when a new form submission is received.
  2. Sync contact information from another system into AmoCRM to keep CRM data up to date.

Properties

Name Meaning
authentication Specifies the authentication method for connecting to AmoCRM. Options include 'Long Lived Token' and 'OAuth2'.
returnAll Determines whether to return all contacts or only up to a specified limit.
filter Allows setting filters to narrow down the contacts retrieved.
options Provides additional options for the operation.
page Specifies the page number for paginated results.
limit Sets the maximum number of contacts to retrieve.

Output

JSON

  • result - An array of contact objects containing details of the retrieved contacts.

Dependencies

  • Requires AmoCRM API access, typically via an API key or OAuth credentials configured in n8n.

Troubleshooting

  • Ensure that the AmoCRM credentials are correctly configured and have the necessary permissions to perform the intended operations.
  • Check network connectivity and AmoCRM API status if requests fail.
  • Verify that the data being sent matches the expected format and required fields of AmoCRM API to avoid validation errors.

Links

Discussion