Basecamp Project Todolist Create
This handler allows you to create a new todolist for a project in Basecamp.
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
basecamp_project_todolist_create_v1.zip
This handler requires that you are running at least Kinetic Task 2.0.
Detailed Description
This is a handler to create a new todolist for a project in Basecamp. If there is no project with the given name, or more than one project an exception will be raised. Also, if there is already an existing todolist with the given name 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 add the todolist to. |
Todolist Name | The name of the todo list you wish to create. |
Todolist Description | The optional description for the todolist. |
Sample Configuration
Parameter | Example Configuration |
---|---|
Project Name | Example Project |
Todolist Name | New Todolist |
Todolist Description | A todolist used in this example. |
Results
This handler returns no results.
Exceptions will be raised if there is not exactly one project with the given name. If there is an active or completed todo list already existin with the given name.
Change Log
Version | Date | Description |
---|---|---|
1 | 2013-06-20 | Initial Version |