teamleader_create_project
Create a new project in Teamleader Focus with just a title. Optionally set dates, link deals or quotations, assign owners, and add budgets or billing methods to schedule and manage projects.
Instructions
Create a new project in Teamleader Focus (next-gen projects module). Only 'title' is required; everything else is optional. Set start_date/end_date to schedule the project. The creating user is automatically added as an owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Project color (hex value from the Teamleader palette) | |
| title | Yes | Project title | |
| deal_ids | No | Deal IDs to link to the project | |
| end_date | No | Project end date (YYYY-MM-DD). Should not be before start_date. | |
| owner_ids | No | Additional owner user IDs (the creator is always an owner) | |
| start_date | No | Project start date (YYYY-MM-DD). Should not be after end_date. | |
| assignee_id | No | Assign a user or team: ID (with assignee_type) | |
| customer_id | No | Link a customer: ID (with customer_type) | |
| description | No | Project description | |
| assignee_type | No | Assign a user or team: type (with assignee_id) | |
| customer_type | No | Link a customer: type (with customer_id) | |
| quotation_ids | No | Quotation IDs to link to the project | |
| billing_method | No | Billing method for the project | |
| time_budget_unit | No | Time budget unit (with time_budget_value) | |
| company_entity_id | No | Department / company entity ID | |
| time_budget_value | No | Time budget amount (with time_budget_unit) | |
| fixed_price_amount | No | Fixed price amount. Only for fixed_price billing method. | |
| fixed_price_currency | No | Fixed price currency (currently only EUR supported) | |
| purchase_order_number | No | Purchase order number | |
| external_budget_amount | No | External budget (aka 'budget') amount. Only for time_and_materials. | |
| internal_budget_amount | No | Internal budget (aka 'cost budget') amount | |
| external_budget_currency | No | External budget currency (currently only EUR supported) | |
| internal_budget_currency | No | Internal budget currency |