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 templates based on their status. It is useful for workflows that need to list or process project templates filtered by whether they are active, archived, or trashed. For example, a user might want to automate reporting on all active templates or clean up archived ones.
Properties
| Name | Meaning |
|---|---|
| Status | Filter templates by their status. Options: Active, Archived, Trashed |
Output
The node outputs JSON data representing the list of templates retrieved from the Basecamp API according to the selected status filter. Each item in the output JSON corresponds to a template object as defined by the Basecamp API schema. The node does not output binary data.
Dependencies
- Requires an API key credential for authenticating with the Basecamp API.
- The node uses the Basecamp API endpoint constructed dynamically using the user's Basecamp account ID.
- No additional external dependencies beyond the Basecamp API and its authentication.
Troubleshooting
- Common issues:
- Invalid or missing API credentials will cause authentication errors.
- Incorrect Basecamp account ID configuration may result in failed requests.
- Network connectivity problems can prevent access to the Basecamp API.
- Error messages:
- Authentication failures typically indicate invalid or expired credentials; re-authenticate or update the API key.
- HTTP 404 or 400 errors may indicate incorrect parameters or resource paths; verify the "Status" property value and account ID.
- Timeout or network errors suggest connectivity issues; check internet connection and firewall settings.
Links and References
- Basecamp API Documentation
- n8n documentation on API Credentials