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 operation retrieves a specific schedule entry from a Basecamp project. It is useful when you need to fetch detailed information about a particular scheduled event or task within a given bucket (a container for schedule entries). For example, you might use this node to get the details of a meeting or deadline stored in a project schedule to display it in a dashboard or trigger further automation based on its data.
Properties
| Name | Meaning |
|---|---|
| Bucket Id | The unique numeric identifier of the bucket (container) where the schedule entry exists. |
| Entry Id | The unique numeric identifier of the schedule entry to retrieve. |
Output
The output contains a JSON object representing the schedule entry retrieved from the specified bucket. This typically includes all details of the schedule entry such as title, description, start and end times, and any other metadata provided by the Basecamp API for that entry.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the Basecamp API.
- The node uses the Basecamp API endpoint constructed dynamically using the authenticated user's Basecamp account ID.
- Proper configuration of the API authentication credentials in n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing Bucket Id or Entry Id will cause the request to fail.
- Authentication errors if the API key or OAuth token is not set up correctly.
- Network or permission issues accessing the Basecamp API.
Error messages:
- "Unauthorized" or "Authentication failed": Check that the API credentials are valid and have the required permissions.
- "Not Found" or similar: Verify that the Bucket Id and Entry Id exist and are correct.
- "Request failed": Could indicate network problems or API rate limits; retry after some time.