OpenProject icon

OpenProject

Interact with OpenProject via API

Actions199

Overview

This node allows you to view details of a specific meeting by its identifier within the OpenProject system. It is useful when you want to retrieve information about a particular meeting, such as its agenda, participants, or schedule, directly from your workflow without manually accessing the OpenProject interface.

Practical examples include:

  • Automatically fetching meeting details to send reminders or summaries.
  • Integrating meeting data into reports or dashboards.
  • Triggering follow-up actions based on meeting status or content.

Properties

Name Meaning
Id The unique numeric identifier of the meeting you want to view. This is required to specify which meeting's details to retrieve.

Output

The node outputs JSON data containing the detailed information of the requested meeting. This typically includes fields such as meeting title, description, date/time, participants, and other metadata as provided by the OpenProject API.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authenticating with the OpenProject API.
  • The node configuration must include the base URL of the OpenProject instance.
  • Network access to the OpenProject API endpoint is necessary.

Troubleshooting

  • Invalid or missing meeting ID: Ensure the "Id" property is set to a valid existing meeting identifier; otherwise, the API will return an error.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Network issues: Confirm that the OpenProject server URL is reachable from the n8n environment.
  • Unexpected API responses: Check if the OpenProject API version matches the node's expectations or if there are any changes in the API schema.

Links and References

Discussion