pylon_create_project
Create a new project in Pylon by providing an account ID and project name. Set optional dates, owner, description, template, and customer portal visibility.
Instructions
Create a new project in Pylon. Rate limit: 60 requests per minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for this project | |
| end_date | No | End date in RFC 3339 format | |
| owner_id | No | Owner ID for this project | |
| account_id | Yes | Account ID for this project | |
| start_date | No | Start date in RFC 3339 format | |
| description_html | No | Description HTML for this project | |
| project_template_id | No | Project template ID | |
| customer_portal_visible | No | Customer portal visible (default: false) |