Actions68
- Recordings Actions
- Card Tables Actions
- Forwards Actions
- Events 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
Overview
This node operation retrieves a specific schedule entry from a Basecamp project. It is useful when you want to fetch detailed information about a particular event or task scheduled within a Basecamp bucket (a container for schedules). For example, you might use this node to get the details of a meeting or deadline stored in a schedule to display it in a dashboard or trigger further automation based on that event.
Properties
| Name | Meaning |
|---|---|
| Bucket Id | The unique numeric identifier of the Basecamp bucket (schedule container) where the entry resides. |
| Entry Id | The unique numeric identifier of the specific schedule entry to retrieve. |
Output
The output will contain a JSON object representing the schedule entry's details as returned by the Basecamp API. This typically includes fields such as the entry's title, description, start and end times, and other metadata related to the scheduled event. The node does not output binary data.
Dependencies
- Requires an API key credential for authenticating with the Basecamp API.
- The node depends on the Basecamp API being accessible and the provided bucket and entry IDs being valid.
- No additional environment variables are explicitly required beyond the API authentication setup.
Troubleshooting
- Invalid Bucket Id or Entry Id: If either ID is incorrect or does not exist, the API will likely return an error indicating the resource was not found. Verify the IDs before running the node.
- Authentication Errors: Ensure the API key or OAuth token used has sufficient permissions to access the specified bucket and entries.
- Network Issues: Connectivity problems can cause request failures; check network settings and Basecamp service status.
- API Rate Limits: Excessive requests may be throttled by Basecamp; handle rate limit errors by retrying after some delay.