> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tracecat.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EmailRep

> Reference for the Tracecat EmailRep integration: registered actions, required secrets, expected inputs, and example workflow usage.

## Lookup email

Action ID: `tools.emailrep.lookup_email`

Lookup an email address in the EmailRep database.

Reference: [https://docs.sublime.security/reference/emailrep-introduction](https://docs.sublime.security/reference/emailrep-introduction)

### Secrets

Required secrets:

* `emailrep`: required values `EMAILREP_API_KEY`.

### Input fields

<ParamField path="email" type="string" required>
  Email to lookup.
</ParamField>

<ParamField path="include_summary" type="boolean">
  Whether to include the summary of the email.

  Default: `true`.
</ParamField>
