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 actions ("Actions de Formation"). Specifically, the "Create a Training Action" operation allows users to create new training action records by providing details such as the training action title, type, start date, and end date. This is useful for organizations managing training schedules and records, enabling automation of training action creation within workflows.
Use Case Examples
- Creating a new training action with a specific title, type (e.g., inter-company), and defined start and end dates to schedule training sessions automatically.
- Automating the addition of training actions to a training management system when new training programs are planned.
Properties
| Name | Meaning |
|---|---|
| Data (JSON) | Raw JSON data for the training action record, allowing advanced or custom data input. |
| Training Action Title | The title or name of the training action (intitule). |
| Training Type | The type of training, selectable as Inter-company, Intra-company, or Non-training. |
| Start Date | The start date of the training action. |
| End Date | The end date of the training action. |
Output
JSON
id- Unique identifier of the created training action.intitule- Title of the training action.type- Type of the training action (inter, intra, hors_formation).date_debut- Start date of the training action in ISO format.date_fin- End date of the training action in ISO format.
Dependencies
- Dendreo API with authentication credentials
Troubleshooting
- Ensure the API key credential for Dendreo API is correctly configured to avoid authentication errors.
- Verify that the JSON data provided in the 'Data (JSON)' field is valid to prevent JSON parsing errors.
- Check that required fields like 'Training Action Title' are provided to avoid validation errors from the API.
- If receiving 404 errors, confirm the resource endpoint is correct and the training action ID (if applicable) exists.
- 403 errors indicate permission issues; verify API user permissions for creating training actions.
Links
- Dendreo API Documentation - Official API documentation for Dendreo, useful for understanding available endpoints and data formats.