> ## 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 Collection From Template

Create a collection job from an existing collection template.

Upon successful creation, the job ID of the new collection is returned.

**Note**: When custodians or targets are provided both in the collection template and in this action, the values provided here take precedence.

## Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                                                                                                                                                                                         |
  | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Case ID       | Select the case to create the collection against.                                                                                                                                                                                                   |
  | Custodian IDs | A comma-separated list of the IDs of the custodians to collect from.<br /><br />**Note**: When both `Custodian IDs` and `Target IDs` are provided, only the custodians are used.                                                                    |
  | Job Name      | The name of the collection job. When not provided, the job is named `<CollectionJob_Date_Time>`.                                                                                                                                                    |
  | Target IDs    | A comma-separated list of the targets to collect from. Each target can be provided as a target GUID, a computer name, or an IP address.<br /><br />**Note**: When both `Custodian IDs` and `Target IDs` are provided, only the custodians are used. |
  | Template ID   | The ID of the collection template to create the collection from.                                                                                                                                                                                    |
</div>

## Workflow Library Example

[Create Collection from Template with Exterro Ftk Central and Send Results Via Email](https://library.blinkops.com/workflows/create-collection-from-template-with-exterro-ftk-central-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-collection-from-template-with-exterro-ftk-central-and-send-results-via-email/canvas" />
</div>
