Basecamp icon

Basecamp

Interact with the Basecamp API

Overview

This node operation allows you to move a card within a Card Table by changing its column. It is useful in project management or task tracking scenarios where cards represent tasks, issues, or items that need to be reorganized across different columns (e.g., stages of progress). For example, moving a task card from "To Do" to "In Progress" or "Done" columns.

Properties

Name Meaning
Bucket Id The identifier of the bucket (a container or board) where the card currently resides.
Card Id The unique identifier of the card that you want to move.
Column Id The target column's identifier where the card should be moved to.

Output

The output JSON will typically contain the updated card information after it has been moved to the new column. This may include details such as the card's new position, column id, and other metadata reflecting the change. The node does not output binary data.

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 permissions on the Basecamp account to modify card tables and cards are necessary.

Troubleshooting

  • Invalid or missing IDs: Ensure that the Bucket Id, Card Id, and Column Id are correct and correspond to existing entities in your Basecamp account.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • API rate limits or network issues: If requests fail intermittently, check your network connection and Basecamp API rate limits.
  • Unexpected response structure: If the output does not match expectations, confirm that the Basecamp API version and schema have not changed.

Links and References

Discussion