Actions80
- Todos Actions
- Card Tables Actions
- Forwards Actions
- Events Actions
- Recordings Actions
- Projects Actions
- People Actions
- Chatbots Actions
- Webhooks Actions
- Attachments Actions
- Templates Actions
- Uploads Actions
- Documents Actions
- Lineup Markers Actions
- Subscriptions Actions
- Schedules Actions
- Schedule Entries Actions
- Todo Sets Actions
- Todo Lists Actions
Overview
This node interacts with the Basecamp API to retrieve a list of people associated with a specific project. It is useful when you need to gather information about team members or collaborators working on a particular project within Basecamp. For example, you might use this node to automate notifications, generate reports on project participants, or synchronize user data with other systems.
Properties
| Name | Meaning |
|---|---|
| Project Id | The unique numeric identifier of the Basecamp project for which to fetch the people involved. |
Output
The node outputs JSON data containing details about the people on the specified project. This typically includes user information such as names, email addresses, roles, and other relevant metadata provided by the Basecamp API. The output can be used downstream in workflows for further processing or integration.
Dependencies
- Requires an API authentication token configured via OAuth2 credentials to access the Basecamp API.
- The node depends on the Basecamp API being accessible and the provided project ID being valid.
- No additional external dependencies are indicated beyond the Basecamp API and its authentication.
Troubleshooting
- Invalid Project Id: If the project ID does not exist or is incorrect, the API will likely return an error or empty result. Verify the project ID before running the node.
- Authentication Errors: Ensure that the OAuth2 credentials are correctly set up and have sufficient permissions to read project data.
- API Rate Limits: If many requests are made in a short time, the Basecamp API may throttle requests. Implement retry logic or reduce request frequency if needed.
- Network Issues: Connectivity problems can cause failures; verify network access to the Basecamp API endpoint.