Basecamp icon

Basecamp

Interact with the Basecamp API

Overview

This node operation allows users to move a specific template to the trash within the Templates resource. It is useful in scenarios where templates are no longer needed or should be removed from active use but might still be recoverable later. For example, if you have a set of project templates and want to clean up outdated ones without permanently deleting them, this operation helps by trashing the selected template.

Properties

Name Meaning
Template Id The unique numeric identifier of the template to be trashed. This property is required.

Output

The output will contain JSON data representing the result of the trashing operation on the specified template. Typically, this includes confirmation details such as the trashed template's ID and status. There is no indication that binary data is returned by this operation.

Dependencies

  • Requires an API key credential for authentication with the Basecamp API.
  • The node uses the Basecamp API endpoint, which requires the Basecamp account ID to construct the base URL.
  • Proper configuration of the API credentials and Basecamp account information in n8n is necessary.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Template Id will likely cause an error indicating the template could not be found.
    • Missing or incorrect API credentials will result in authentication errors.
    • Network connectivity problems can prevent the node from reaching the Basecamp API.
  • Error messages and resolutions:

    • "Template not found": Verify the Template Id is correct and exists in your Basecamp account.
    • "Authentication failed": Check that the API key credential is correctly configured and has the necessary permissions.
    • "Network error" or "Timeout": Ensure your network connection is stable and the Basecamp API service is reachable.

Links and References

Discussion