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 interacts with the Basecamp API to retrieve details of a specific template by its ID. It is useful when you want to fetch and use predefined templates from Basecamp within your workflow, such as for project management or task automation scenarios where templates standardize recurring content or settings.
For example, you might use this node to get a project template's details before creating a new project based on that template, ensuring consistency across projects.
Properties
| Name | Meaning |
|---|---|
| Template Id | The unique numeric identifier of the template to retrieve. This property is required. |
Output
The node outputs JSON data representing the full details of the requested template. This typically includes all properties of the template as returned by the Basecamp API, such as its name, description, associated tasks, and other metadata.
No binary data output is produced by this node.
Dependencies
- Requires an API key credential for authenticating with the Basecamp API.
- The node uses the Basecamp API endpoint constructed with the user's Basecamp account ID.
- Proper configuration of the API authentication credentials in n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing Template Id will cause the API request to fail.
- Incorrect or expired API credentials will result in authentication errors.
- Network connectivity problems can prevent reaching the Basecamp API.
Error messages:
- "Template not found" indicates the provided Template Id does not exist or is inaccessible.
- Authentication errors suggest checking the API key or OAuth token validity.
- Rate limiting errors may occur if too many requests are made in a short time; wait and retry later.