> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Project

Create a new project.

**Requirements for using this action:**

* `TDNext` and `TDProjects` application access.
* `Add Projects` global security role permission.
* Primary functional role.

<Note>
  External Documentation

  To learn more, visit the [TeamDynamix documentation](https://solutions.teamdynamix.com/TDWebApi/Home/section/Projects#POSTapi/projects?notifyNewManager=\{notifyNewManager}\&notifyNewAltManagers=\{notifyNewAltManagers}).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter                     | Description                                                                                                                                                                                                   |
  | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Account ID                    | The ID of the account/department to associate with the project.                                                                                                                                               |
  | End Date                      | The end date of the project.                                                                                                                                                                                  |
  | Health                        | The health status of the project.                                                                                                                                                                             |
  | Is Active                     | Select to set the project as active.                                                                                                                                                                          |
  | Is Public                     | Select to set the project as public.                                                                                                                                                                          |
  | Is Published                  | Select to set the project as published.                                                                                                                                                                       |
  | Manager ID                    | The ID of the project manager.                                                                                                                                                                                |
  | Name                          | The name for the new project.                                                                                                                                                                                 |
  | Notify New Alternate Managers | Select to notify the new alternate managers about the new project.<br /><br />**Note**: Notifications will be sent if the user associated with the connection is one of the new project's alternate managers. |
  | Notify New Manager            | Select to notify the new project manager about the new project.<br /><br />**Note**: Notifications will not be sent if the user associated with the connection is the new project's manager.                  |
  | Start Date                    | The start date of the project.                                                                                                                                                                                |
  | Status ID                     | The ID of the project status.<br /><br />**Note**: Statuses with classes of `Cancelled` or `Completed` are invalid for creation.                                                                              |
  | Type ID                       | The ID of the project type.                                                                                                                                                                                   |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter             | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Additional Parameters | A JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters.<br /><br />For example:<br /><pre><code>\{<br />    "first\_key": 12345,<br />    "second\_key": "some\_value"<br />}</code></pre>The object must follow the vendor's structure as defined in the [API documentation](https://solutions.teamdynamix.com/TDWebApi/Home/section/Projects#POSTapi/projects?notifyNewManager=\{notifyNewManager}\&notifyNewAltManagers=\{notifyNewAltManagers}). |
  | Description           | A description of the project.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  | Template ID           | The ID of a template to apply to the project.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
</div>

## Example Output

```json theme={"dark"}
{
	"ID": 0,
	"Name": "",
	"IsRead": false,
	"Budget": 0.0,
	"AccountID": 0,
	"AccountName": null,
	"SponsorEmail": null,
	"SponsorUID": "00000000-0000-0000-0000-000000000000",
	"SponsorName": null,
	"CreatedDate": "",
	"ModifiedDate": "",
	"ModifiedUID": "00000000-0000-0000-0000-000000000000",
	"ModifiedFullName": "",
	"StatusModifiedDate": "",
	"Description": null,
	"ExpensesBudget": 0.0,
	"ExpensesBudgetUsed": 0.0,
	"ActualHours": 0.0,
	"AllowProjectTime": false,
	"ApproveTimeByReportsTo": false,
	"BriefcasePath": null,
	"EndDateBaseline": "",
	"Identifier": null,
	"PriorityID": 0,
	"PriorityName": null,
	"IsActive": false,
	"TimeBudget": 0.0,
	"TimeBudgetUsed": 0.0,
	"TypeCategoryID": 0,
	"TypeCategoryName": null,
	"TypeID": 0,
	"TypeName": null,
	"IsPublic": false,
	"IsPublished": false,
	"IsTemplate": false,
	"IsRequest": false,
	"StartDateBaseline": "",
	"TemplateID": 0,
	"PercentComplete": 0,
	"MinScheduledDate": "",
	"MaxScheduledDate": "",
	"MinPendingScheduleDate": "",
	"MaxPendingScheduleDate": "",
	"UpdateStartEnd": false,
	"ScheduleHoursByPlan": false,
	"AllocationEditMode": {},
	"UseRemainingHours": false,
	"AlertOnEstimatedHoursExceeded": false,
	"AlertOnAssignedHoursExceeded": false,
	"Admin2UID": "00000000-0000-0000-0000-000000000000",
	"Admin2FullName": null,
	"Admin2Email": null,
	"AlternateManagers": null,
	"RequestWorkflowID": 0,
	"ClassificationID": 0,
	"ClassificationName": null,
	"AddContact": false,
	"DateScored": "",
	"AdminName": null,
	"AdminUID": "00000000-0000-0000-0000-000000000000",
	"AdminEmail": null,
	"EndDateInitial": "",
	"EndDateInitialIsNull": false,
	"ExpensesBudgetInitial": 0.0,
	"StartDateInitial": "",
	"StartDateInitialIsNull": false,
	"BudgetInitial": 0.0,
	"TimeBudgetInitial": 0.0,
	"RequestStatus": null,
	"Requirements": null,
	"IntangibleBenefits": null,
	"CreatedUID": "00000000-0000-0000-0000-000000000000",
	"CreatedFullName": "",
	"CreatedEmail": null,
	"StatusName": null,
	"ApplyMetrics": false,
	"StatusComments": null,
	"StatusModifiedByUID": "00000000-0000-0000-0000-000000000000",
	"StatusModifiedByFullName": null,
	"DeductAmount": 0.0,
	"TimeAmount": 0.0,
	"EstimatedHours": 0.0,
	"EstimatedHoursInitial": 0.0,
	"ScheduledHours": 0.0,
	"PendingHours": 0.0,
	"EndDate": "",
	"StartDate": "",
	"StatusID": 0,
	"Health": {},
	"HealthName": null,
	"HealthDescription": null,
	"ReferenceType": null,
	"ReferenceID": null,
	"StatusDescription": null,
	"GoalsScore": 0.0,
	"RisksScore": 0.0,
	"ScorecardScore": 0.0,
	"CompositeScore": 0.0,
	"CompositeScorePct": 0.0,
	"InternalTypeID": null,
	"PortfoliosCount": 0,
	"ProgramsCount": 0,
	"Attributes": null,
	"CustomColumns": null,
	"IsBaselineSupported": false,
	"IsResourceAssignmentSupported": false,
	"IsTaskDetailSupported": false,
	"IsTaskUpdateSupported": false,
	"IsTimeEntrySupported": false,
	"IsTicketToTaskConversionSupported": false,
	"IsActiveOpenAndUserOnProject": false,
	"IsBackupSupported": false,
	"ServiceID": 0,
	"ServiceName": null,
	"ServiceOfferingID": 0,
	"ServiceOfferingName": null,
	"ServiceCategoryID": 0,
	"ServiceCategoryName": null,
	"NonWorkingDays": null
}
```

## Workflow Library Example

[Create Project with Teamdynamix and Send Results Via Email](https://library.blinkops.com/workflows/create-project-with-teamdynamix-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-project-with-teamdynamix-and-send-results-via-email/canvas" />
</div>
