Create workbook from template
Create a workbook by saving it from a template.
### Usage notes
- Retrieve the **templateId** by calling the [/v2/templates](https://help.sigmacomputing.com/reference/list-templates) endpoint.
- Retrieve the **folderId** by calling the [/v2/files](https://help.sigmacomputing.com/reference/list-files) endpoint and reviewing the `id` field in the response for files with a `type` of `folder`. To use the "My Documents" folder as the destination folder, call the [/v2/members/{memberId}](https://help.sigmacomputing.com/reference/get-member) endpoint and use the `homeFolderId` included in the response.
- If you leave the name or description options blank, the workbook created inherits the values of the template.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Request
The request body.
templateId
folderId
name
description
updateAutomatically
Response
The response body.
workbookId

