Basecamp Project Create
Version 1
This handler allows you to create a new project for 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. here : https://launchpad.37signals.com/basecamp/signin
2. In the url, your user id comes right after the host name. ex. https://basecamp.com/#######/etc https://hostname.com/user_id/...
Parameters
Name |
Description |
Project Name |
The name of the project you wish to create. (must be unique) |
Project Description |
The description of the project to be created. |
Sample Configuration
Name |
Description |
Project Name |
Board Presentation |
Project Description |
Group effort on the upcoming presentation. |
Results
This handler does not return any results.
Changelog
basecampprojectcreate_v1 (2013-06-12)
- Initial version. See README for details.
Related Handlers
- Basecamp Calendar Create
- Creates a new calendar in Basecamp.
- Basecamp Calendar Delete
- Deletes an existing calendar in Basecamp.
- Basecamp Calendar Event Create
- Create an event within a calendar on Basecamp.
- Basecamp Calendar Update
- Changes the name of an existing calendar in Basecamp.
- Basecamp Project Activate
- Activates an archived project in Basecamp.
- Basecamp Project Delete
- Delete an active project in Basecamp.
- Basecamp Project Event Create
- Create an event within a project for Basecamp.
- Basecamp Project TodoList Create
- Create a new todolist for a project in basecamp.
- Basecamp Project TodoList Delete
- Delete a todolist from a project in Basecamp.
- Basecamp Project TodoList Todo Create
- Create a new todo list for a project in basecamp.
- Basecamp Project Update
- Update an existing project in basecamp.
- Basecamp Project User Invite
- Invite a user to existing project in Basecamp.
- Basecamp Project User Remove
- Remove users from a project in Basecamp.