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 manage training centers, specifically allowing the creation of new training center records. It is useful for automating the addition of training centers in the Dendreo system, which can be part of workflows involving training management, scheduling, or organizational data updates.
Use Case Examples
- Automatically create a new training center when onboarding a new location.
- Integrate with other systems to sync training center data into Dendreo.
Properties
| Name | Meaning |
|---|---|
| Center Name | The name of the training center to be created. |
| Data (JSON) | Additional JSON data for the training center record, allowing for flexible input of other fields if needed. |
Output
JSON
id_centre_de_formation- The unique identifier of the created training center.nom- The name of the created training center.result- General result or response from the API after creation.
Dependencies
- Requires an API key credential for Dendreo API authentication.
Troubleshooting
- Ensure the API key credential is correctly configured and has permissions to create training centers.
- Verify that the 'Center Name' property is provided and not empty, as it is required.
- If providing JSON data, ensure it is valid JSON to avoid parsing errors.
- Common error messages include authentication failures (check API key), resource not found (check endpoint and resource name), and permission denied (check user permissions).
Links
- Dendreo API Documentation - Official API documentation for Dendreo, useful for understanding available endpoints and data structures.