For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI reference
Get startedAPI reference
    • Overview
    • Quickstart
    • Model Context Protocol
  • Implementation guides
    • Tool Pack
    • Registered Users
    • MCP integration
    • Merge CLI
    • Link
    • Testing locally
  • Admin setup
    • User setup
    • Security rules
    • Authentication
    • Add OAuth credentials
  • Features
    • Magic Link
    • Remote MCP Server
    • Webhooks
    • Custom headers for MCP
  • Connectors
    • ActiveCampaign
    • Airtable
    • Amadeus
    • Amazon S3
    • Anaplan
    • Apollo
    • Articulate Reach 360
    • Asana
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Confluence
    • Contentful
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • foursquare Foursquare
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Greenhouse
    • HiBob
    • HubSpot
    • Intercom
    • Jira
    • Jira Service Management
    • Klaviyo
    • Linear
    • LinkedIn
    • Make
    • Microsoft Teams
    • Miro
    • Monday.com
    • n8n
    • Notion
    • NPI Registry
    • OneDrive
    • OneNote
    • Oracle HCM
    • Outlook
    • PagerDuty
    • PayPal
    • Pipedrive
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • Rootly
    • Salesforce.com logo A cloud computing company based in San Francisco, California, United States image/svg+xml Salesforce
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • Shopify
    • Slack
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Stripe
    • Teamwork.com
    • Trello
    • TripAdvisor
    • VisualPing
    • image/svg+xml SVG drawing This was produced by version 4.1 of GNU libplot, a free library for exporting 2-D vector graphics. Weather
    • Wikipedia
    • Workday
    • X
    • Yelp
    • image/svg+xml YouTube
    • golion-z-sourcefile-algaeZendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Available Tools
Connectors

Basecamp

Connect your AI agents to Basecamp.
Was this page helpful?
Previous

BambooHR

Next

bioRxiv

Built with

Available Tools

list_comments

List all comments on a recording (todo, message, etc.). Returns paginated list of active comments.

get_comment

Get a specific comment by ID with full details including content and creator.

create_comment

Create a new comment on a recording (todo, message, etc.). Content must be HTML formatted.

update_comment

Update an existing comment’s content. Content must be HTML formatted.

list_people

List all people visible to the current user in the Basecamp account.

get_person

Get a specific person by ID with full profile details.

get_current_user

Get the current authenticated user’s profile.

get_project_people

Get all active people on a specific project.

list_projects

List all projects accessible to the user. Returns active projects by default. Use status to filter.

get_project

Get a specific project by ID with full details including dock items and tools.

create_project

Create a new project. Requires a name. Optional: description.

update_project

Update a project’s name and/or description.

list_schedule_entries

List all schedule entries in a schedule. Returns active entries by default. Use status to filter.

get_schedule_entry

Get a specific schedule entry by ID with full details including participants and recurrence.

create_schedule_entry

Create a new schedule entry. Requires summary, starts_at, and ends_at. Optional: description, participants.

update_schedule_entry

Update a schedule entry. All fields are optional - only provided fields will be updated.

list_todos

List todos in a todolist. Returns active pending todos by default. Use status/completed params to filter.

get_todo

Get a specific todo by ID with full details including assignees, dates, and completion status.

create_todo

Create a new todo in a todolist. Requires content (title). Optional: description, assignees, due date.

update_todo

Update a todo. Content is always required. Pass all fields you want to keep; omitted fields may be cleared.

complete_todo

Mark a todo as completed.

uncomplete_todo

Mark a completed todo as incomplete/pending again.

list_todolists

List all todolists in a todoset/project. Returns active lists by default. Use status to filter.

get_todolist

Get a specific todolist by ID with details including completion ratio and todo count. Optionally provide the ‘url’ field from list_todolists response for direct access.

create_todolist

Create a new todolist in a todoset.

update_todolist

Update a todolist name and description. Name is required and cannot be blank.