Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.02 KB

File metadata and controls

24 lines (17 loc) · 1.02 KB

Basecamp 3 Integrations

Does your service integrate with the Basecamp 3 API? Would you like to have it listed on basecamp.com? Then you're in the right place.

Your Basecamp 3 integration will be listed at https://basecamp.com/extras.

Add Your Integration

To add your integration, please open a pull request.

  1. Add your icon file to the icons/ folder. Icons must be 256x256 in .png format.
  2. Add an entry to integrations.yml with your integration's name, description (160 characters max), website, icon, and category (categories are identified at the top).
    • Make sure the provided website references your service's Basecamp integration and describes (or links to) how to set it up.

Example:

- title: "Basecamp 3 App"
  description: "Basecamp 3 for Mac and Windows"
  url: "https://basecamp.com/3/via"
  image: extras/basecamp3.png
  category: 1

Thank you!