Actions80
- 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
- Todos Actions
Overview
This node operation allows users to move a specific recording into the trash within a project bucket. It is useful for managing and organizing recordings by removing those that are no longer needed without permanently deleting them immediately. For example, if you have multiple recordings in a project and want to clean up by discarding outdated or irrelevant ones, this operation helps you mark those recordings as trashed.
Properties
| Name | Meaning |
|---|---|
| Bucket Id | ID of the project bucket containing the recording. |
| Recording Id | ID of the recording to be moved to trash. |
Output
The output JSON will typically contain information about the trashed recording, such as confirmation of the action or details of the trashed item. The exact structure depends on the API response but generally includes identifiers and status fields indicating the recording has been trashed.
No binary data output is expected from this operation.
Dependencies
- Requires an API key credential for authenticating with the Basecamp API.
- The node uses the Basecamp API endpoint related to recordings management.
- Proper configuration of the Basecamp OAuth2 credentials and base URL is necessary.
Troubleshooting
- Invalid Bucket Id or Recording Id: Ensure that the IDs provided exist and belong to your account/project.
- Authentication Errors: Verify that the API key or OAuth token is valid and has sufficient permissions.
- API Rate Limits: If requests fail due to rate limiting, consider implementing retries or waiting before retrying.
- Network Issues: Check network connectivity and firewall settings that might block access to the Basecamp API.
Links and References
- Basecamp API Documentation
- n8n documentation on creating custom nodes