# Create list

Use the Create list operation to create a new recommendation list.

## Operation parameters

Note
For the purpose of creating a list of recommendations, the following fields should be set as follows:

- **Credentials to connect with**: The `Client ID` and `Client Secret` of any application in your tenant. Retrieve the credentials from any application in your tenant (available in the [application settings](https://portal.transmitsecurity.io/applications/)). These credentials are not scoped to a specific app—they grant access to the entire tenant. Once saved, the credentials are stored as a `Mosaic account` and can be updated at any time.
- **Resource**: `Identity Verification`
- **Operation**: `Create list`


- **List name**: The new list's name
- **List creator**: The list owner
- **List type**: The list type (default is `action_id`)


## Result

As the Transmit node is run, the list is created. The node displays the following metadata:

- **list_name**: The list title.
- **tenant_id**: ID of the tenant.
- **list_type**: The type of recommendation list.
- **creator**: The list owner.
- **list_id**: ID of the recommendation list.
- **items**: Array of list items.
- **created_date**: The timestamp when the list was created.
- **updated_date**: The timestamp when the list was updated.


style
section article ul li {
        margin-top: 3px !important;
    }