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 perform various operations on different resources related to training management. Specifically, for the 'Formateurs' resource and the 'Create Trainer' operation, it allows users to create a new trainer record in the Dendreo system by sending JSON data representing the trainer's details. This is useful for automating the addition of trainers to the training management platform, facilitating integration with other systems or workflows that manage trainer information.
Use Case Examples
- Automatically add new trainers to Dendreo when they are created in an HR system.
- Create trainers in bulk by feeding JSON data through this node in an automation workflow.
Properties
| Name | Meaning |
|---|---|
| Data (JSON) | JSON data for the trainer record to be created. This property is required and must contain valid JSON representing the trainer's details. |
Output
JSON
json- The JSON response from the Dendreo API representing the created trainer record.
Dependencies
- Requires an API key credential for the Dendreo API, which includes a slug used to construct the API endpoint URL.
Troubleshooting
- Invalid JSON data provided: Ensure the JSON in the 'Data (JSON)' property is correctly formatted.
- Authentication failed: Check that the API key credential is valid and has the necessary permissions.
- Resource not found or endpoint doesn't exist: Verify the resource name and API endpoint are correct.
- Permission denied: Ensure the API key has sufficient permissions to create trainers.