Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to perform operations on Contacts, specifically to search for contacts based on a search term. It is useful for workflows that need to find and retrieve contact information from the Dendreo system by specifying keywords or partial matches. For example, it can be used to find contacts by name or other attributes to automate contact management or integration with other systems.

Use Case Examples

  1. Search for contacts containing the term 'John' to retrieve matching contact records.
  2. Use the search operation to find contacts related to a specific company or project by keyword.

Properties

Name Meaning
Search Term The term to search for in contacts, used to filter and find matching contacts.
Additional Fields Optional additional parameters such as limit on number of results, associations to include, and request delay between API calls.

Output

JSON

  • json - The JSON output contains the array of contact records matching the search criteria, each with contact details as returned by the Dendreo API.

Dependencies

  • Requires an API key credential for the Dendreo API, including the slug for the API endpoint URL.

Troubleshooting

  • Authentication errors (401) indicate invalid or missing API key credentials; verify and update the API key.
  • Not found errors (404) indicate the resource or endpoint does not exist; check the resource name and API endpoint configuration.
  • Permission denied errors (403) indicate insufficient permissions; ensure the API key has the necessary access rights.
  • Invalid JSON data errors occur if the input JSON for create or update operations is malformed; validate JSON input before use.

Links

Discussion