Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to retrieve contacts that have been updated after a specified date and time. It is useful for workflows that need to process or synchronize recently changed contact information, such as updating CRM systems, sending notifications, or generating reports based on recent contact updates.

Use Case Examples

  1. Retrieve all contacts updated after a certain date to sync with another database.
  2. Fetch recently updated contacts to trigger follow-up emails or marketing campaigns.

Properties

Name Meaning
Updated After The date and time after which contacts have been updated. Only contacts updated after this timestamp will be retrieved.
Additional Fields Optional parameters to customize the request, including limit on number of results, associations to include, and request delay between API calls.

Output

JSON

  • json - Array of contact objects returned by the Dendreo API, each representing a recently updated contact with their details.

Dependencies

  • Requires an API key credential for the Dendreo API, identified by a slug used in the base 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