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 create a new permanent session (Sessions Permanentes). It allows users to specify details such as the associated module, training room, session name, start date, and end date. This operation is useful for managing and scheduling ongoing training sessions within the Dendreo platform, enabling automation of session creation in workflows.
Use Case Examples
- Creating a new permanent training session by specifying the module, training room, session name, and session dates.
- Automating the scheduling of recurring training sessions in a training management system integrated with Dendreo.
Properties
| Name | Meaning |
|---|---|
| Data (JSON) | JSON data for the record, used to provide custom or additional session details in JSON format. |
| Module | The module associated with the permanent session, selected from a list of available modules. |
| Training Room | The training room where the session will take place, selected from a list of available training rooms. |
| Session Name | The name of the permanent session. |
| Start Date | The start date and time of the session. |
| End Date | The end date and time of the session. |
Output
JSON
jsonid_module- ID of the module associated with the sessionid_salle_de_formation- ID of the training room for the sessionnom- Name of the permanent sessiondate_debut- Start date of the session in ISO formatdate_fin- End date of the session in ISO format
Dependencies
- Dendreo API with authentication via an API key credential
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to create permanent sessions.
- Verify that the module and training room IDs provided are valid and exist in the Dendreo system.
- Check the JSON data format if using the 'Data (JSON)' property to avoid parsing errors.
- Common error messages include authentication failures (401), resource not found (404), and permission denied (403). These should be resolved by verifying credentials, resource IDs, and user permissions respectively.