Skip to main content

Basecamp connector

Back to the connector overview, authentication methods, and actions.
2 Sept 2026
bug-fix improved-descriptionsRemoved invalid draft status from document and message creation (omit status for drafts), made content required on to-do updates, changed time_format to enum, and improved action descriptions for better discoverability.
basecamp_create_a_column, basecamp_create_a_document, basecamp_create_a_message, basecamp_get_a_to-do_list, basecamp_get_my_profile, basecamp_get_to-do_lists, basecamp_get_todos, basecamp_move_a_column, basecamp_search_recordings, basecamp_update_a_card_step, basecamp_update_a_todo, basecamp_update_a_tool, basecamp_update_my_personal_info, basecamp_update_who_can_access_a_project
1 Sept 2026
bug-fixFixed organization lookups that crashed instead of returning a not-found error, and role scopes that showed a placeholder instead of the real account id. Also fixed people and project member lists being silently cut off on large accounts.
basecamp_unified_get_me, basecamp_unified_get_organization, basecamp_unified_get_role, basecamp_unified_get_user, basecamp_unified_list_organizations, basecamp_unified_list_resource_users, basecamp_unified_list_roles, basecamp_unified_list_users
26 Aug 2026
guideImproved OAuth setup guide with corrected UI labels, URL formatting, and clarified Account ID usage.
13 Aug 2026
guide new-eventsAdded manual webhook support with 45 event actions and webhook setup guide, covering todos, todolists, messages, comments, documents, files, schedule entries, kanban cards, vaults, and questions.
22 Jul 2026
bug-fixFixed IAM list pagination past page 1 - unified_list_users and unified_list_resource_users no longer emit a raw page-number result.next, replaced with a fixed page fan-out and StackOne virtual pagination.
basecamp_unified_list_resource_users, basecamp_unified_list_users
20 Jul 2026
bug-fix improvement new-actionsSchema and behavioural fixes. Fixed param names, URLs, types, and missing fields per Basecamp API docs. Added webhooks CRUD, comments CRUD, and trash_a_todo actions. Improved connection guide and action descriptions.