Create Worksection Project
worksection_create_projectCreate a new project in Worksection by specifying title, manager, dates, budget, and description to organize work effectively.
Instructions
Create a new project in Worksection.
Args:
title (string, required): Project name
email_manager (string, optional): Email of the project manager
email_user_from (string, optional): Email of the project creator
text (string, optional): Project description
date_start (string, optional): Start date in YYYY-MM-DD format
date_end (string, optional): Due date in YYYY-MM-DD format
max_time (string, optional): Time estimate in hours
max_money (string, optional): Financial budget estimate
Returns: Created project data with ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Project name | |
| email_manager | No | Project manager email | |
| email_user_from | No | Creator email | |
| text | No | Project description | |
| date_start | No | Start date YYYY-MM-DD | |
| date_end | No | Due date YYYY-MM-DD | |
| max_time | No | Time estimate in hours | |
| max_money | No | Budget estimate |