Create a client-intake project
create_projectSpin up a new customer-intake project on the dev's account. Returns the project row plus intakeUrl — the public link the customer fills out (10-step wizard). If customerEmail is provided, shiply also emails them the intake invite. Use originatedFromSiteId to link a project to an existing site (e.g. 'redesign this site').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | project name shown in the dev dashboard | |
| customerName | No | the customer's name | |
| customerEmail | No | customer email; if set, shiply emails them the intake invite | |
| originatedFromSiteId | No | link this project to an existing site (e.g. a redesign) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |