Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to retrieve multiple contacts. It supports fetching a list of contacts 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 contact data in bulk, such as syncing contacts to a CRM, generating reports, or automating marketing campaigns.

Use Case Examples

  1. Retrieve up to 100 contacts including their associated company data.
  2. Fetch 50 contacts with a 500ms delay between requests to avoid rate limiting.

Properties

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

Output

JSON

  • json - The JSON response containing an array of contact objects retrieved from the Dendreo API.

Dependencies

  • Requires an API key credential for the Dendreo API, identified by a slug used in the API URL.

Troubleshooting

  • Authentication errors (401) indicate invalid or missing API key; verify credentials.
  • 404 errors suggest the resource or endpoint does not exist; check resource names and API version.
  • 403 errors indicate permission issues; ensure the API key has the necessary access rights.
  • Invalid JSON data errors occur if input JSON is malformed; validate JSON before use.

Links

Discussion