# Send label

Use this note to send to Mosaic servers the recommendation label you received from Mosaic for analysis, helping to improve Mosaic's recommendation system.

## Operation parameters

Note
For the purpose of creating a user, 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**: `Detection and Response`
- **Operation**: `Send Label`


- **Label type**: Type of label to send, which contains additional information that helps to classify the subject as fraudulent or legitimate. Choose from:
  - `CONFIRMED_FRAUD`
  - `SUSPECTED_FRAUD`
  - `CONFIRMED_LEGIT`
  - `UNDETERMINED`
- **Label subject**: Subject of the label in JSON format.
  - **Type** : The subject type. Choose from the following Enums:
    - `ACTION_ID`
    - `CORRELATION_ID`
    - `CAMPAIGN_ID`
    - `USER_ID`
    - `IP_ADDRESS`
  - **Value** : The subject value
- Additional fields:
  - **Source**: Source of the label information, such as a customer complaint about friction or additional information from another risk or fraud system. Choose from:
    - `MANUAL_REVIEW`: from self manual analysis
    - `CUSTOMER_COMPLAINTS`: from customer complaints or responses
    - `CHARGEBACKS`: from incorrect charges
    - `OTHER_VENDORS`: from information and conclusion done in other systems and tools


## Result

As the Transmit node is run, the result contains a `message` confirming the reception of the label and the associated `label_id`.

style

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