---
title: Notify results
slug: notify-results
icon: 🔔
docTags: 
createdAt: 2024-04-17T14:45:48.997Z
---

TruffleHog notifiers will ping you if any secrets are found. These can be set up in the web UI as well as locally.&#x20;

***

Locally-configured notifiers are configured in your config.yaml file under the notifiers field.

Available sourcesToNotify are `ALL` , `SOURCES_IN_THIS_CONFIG`, or a comma-separated list of sources in the config, with the default being `SOURCES_IN_THIS_CONFIG`.

`customText` and `includeSecretLink` are optional.

:::CodeblockTabs
Example config.yaml

```yaml
concurrency: "8"
logLevel: info
notifiers:
- name: stdout secrets notifications
  sendUnverified: true
  sourcesToNotify: SOURCES_IN_THIS_CONFIG
  customText: Message to add to notifier
  includeSecretLink: true
  type: NOTIFIER_TYPE_STDOUT
numWorkers: 16
trufflehogAddress: https://gnarly-flying-pancake.c1.prod.trufflehog.org
trufflehogScannerGroup: account 1 - us-west-2
trufflehogScannerToken: thog-agent-XXXXXXXXXXXXXXXXXXXXXXXXXX

```
:::

## Available notifiers&#x20;

| Integration type                        | Open Source | Status | Cloud | On-premise |
| --------------------------------------- | ----------- | ------ | ----- | ---------- |
| [Email](docId\:dhf8VDzeuogB4wrbcOsib)   | ❌           | GA     | ✅     | ✅          |
| [Jira](docId\:XFwwVUXMRWc9CRdABx41z)    | ❌           | GA     | ✅     | ✅          |
| [Slack](docId\:QhzeFqryxhwoDBj141n4O)   | ❌           | GA     | ✅     | ✅          |
| [Stdout](docId\:kLM0VrWMdOqxKSxJ2roYR)  | ✅           | GA     | ❌     | ✅          |
| [Splunk](docId\:bjjJAJiCVoT_rUWvMrtH3)  | ❌           | Alpha  | ❌     | ✅          |
| [Webhook](docId\:KgPR5CRauw6dAww18eBJG) | ❌           | GA     | ✅     | ✅          |

