Basecamp Project Create
This handler is used to create a new project in Basecamp.
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
basecamp_project_create_v1.zip
This handler requires that you are running at least Kinetic Task 2.0.
Detailed Description
This handler allows you to create a new project in Basecamp. If the new project name matches the name of an existing project, an exception will be raised.
Getting your User Id Number
1. In a browser, login to your account.
2. In the URL, your user id comes right after the host name.
Parameters
Name | Description |
---|---|
Project Name | The name of the project you wish to create. |
Project Description | The description of the new project. |
Sample Configuration
Parameter | Example Configuration |
---|---|
Project Name | Board Presentation |
Project Description | Group effort on the upcoming presentation. |
Results
This handler returns no results.
An exception will be raised if there is an existing project with the same name as requested for the new project.
Change Log
Version | Date | Description |
---|---|---|
1 | 2013-06-12 | Initial Version |