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 rooms (Salles de Formation). Specifically, the 'Create Training Room' operation allows users to create a new training room by providing details such as the room title and location type. This is useful for organizations managing training facilities, enabling them to programmatically add new rooms to their training management system.
Use Case Examples
- Creating a new training room with a specific title and location type to be used in scheduling training sessions.
- Automating the addition of multiple training rooms from an external system into Dendreo.
Properties
| Name | Meaning |
|---|---|
| Room Title | The title or name of the training room (intitule). This is a required string input that identifies the room. |
| Location Type | The target location type of the training room (emplacement_cible). Options include Internal, External, or Client Site, indicating where the room is located. |
| Data (JSON) | Additional JSON data for the training room record. This is required and allows for flexible input of other room details not covered by the explicit fields. |
Output
JSON
json- The JSON response from the Dendreo API representing the created training room record, including its details and identifiers.
Dependencies
- Requires an API key credential for the Dendreo API to authenticate requests.
Troubleshooting
- Common issues include authentication failures due to invalid or missing API keys, resulting in 401 errors. Verify the API key and permissions.
- Providing invalid JSON in the 'Data (JSON)' field will cause errors; ensure the JSON is correctly formatted.
- If the specified resource or operation is unknown or unsupported, the node will throw an error indicating the resource is unknown.
- Permission denied errors (403) indicate insufficient permissions for the API key; check user roles and API access rights.
- Missing required fields like 'Room Title' or 'Location Type' will cause the operation to fail; ensure all required inputs are provided.