Actions65
- Actions de Formation Actions
- Catalogue Public (Sessions) Actions
- Centres de Formation Actions
- Contacts Actions
- Entreprises Actions
- Factures Actions
- Formateurs Actions
- Modules/Produits Actions
- Participants Actions
- Sessions Permanentes Actions
- Salles de Formation Actions
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
- Retrieve all contacts updated after a certain date to sync with another database.
- 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
- Dendreo API Documentation - Official API documentation for Dendreo, detailing endpoints and usage.