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 operation fetches companies from the Dendreo API that have been updated after a specified date and time. It is useful for workflows that need to synchronize or process recently changed company data, such as updating CRM records or triggering follow-up actions based on recent company updates.
Use Case Examples
- Retrieve all companies updated since a specific date to update a local database.
- Fetch recently updated companies to trigger notifications or reports on changes.
Properties
| Name | Meaning |
|---|---|
| Updated After | The date and time after which companies have been updated. Only companies 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 company objects updated after the specified date, each containing company details as returned by 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 mean the specified 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 date format for 'Updated After' can cause request failures; ensure ISO date format is used.
Links
- Dendreo API Documentation - Official API documentation for Dendreo, detailing endpoints and usage.