--- title: 'Basecamp' description: '' --- # Basecamp undefined | Detail | Value | |---|---| | Category | Project Management | | Base URL | `https://3.basecampapi.com` | | Authentication | OAuth2 | | Endpoints | 7 | | Connector key | `basecamp` | ## Using Basecamp in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Basecamp** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_list_projects_0) | List Projects | | [GET ](./get_create_project_1) | Create Project | | [GET ](./get_list_to_dos_2) | List To-Dos | | [GET ](./get_create_to_do_3) | Create To-Do | | [GET ](./get_list_messages_4) | List Messages | | [GET ](./get_campfire_chat_5) | Campfire Chat | | [GET ](./get_list_people_6) | List People | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.