Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to retrieve multiple company records (entreprises). It supports fetching a list of companies with options to limit the number of results, include associated data, and add delays between requests. This is useful for workflows that need to process or analyze company data in bulk, such as syncing company information, generating reports, or integrating with other systems.

Use Case Examples

  1. Retrieve up to 100 companies to sync with a CRM system.
  2. Fetch companies including their associated contacts for detailed analysis.
  3. Get a limited number of companies with a delay between requests to avoid API rate limits.

Properties

Name Meaning
Additional Fields Optional parameters to customize the request, including limit on number of results, associations to include, and request delay in milliseconds.

Output

JSON

  • json - Array of company objects returned from the Dendreo API, each representing a company with its properties.

Dependencies

  • Requires an API key credential for Dendreo API authentication.

Troubleshooting

  • Authentication errors (401) indicate invalid or missing API key; verify credentials.
  • 404 errors mean the requested resource or endpoint does not exist; check resource and operation parameters.
  • 403 errors indicate permission issues; ensure the API key has sufficient permissions for the requested operation.
  • Invalid JSON data errors occur if input JSON for create or update operations is malformed; validate JSON before submission.

Links

Discussion