> ## 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.

# OpenPhish

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

## Get public feed

Action ID: `tools.openphish.get_public_feed`

Get the public feed. Calls GET /openphish/public\_feed/refs/heads/main/feed.txt directly.

Reference: [https://raw.githubusercontent.com/openphish/public\_feed/refs/heads/main/feed.txt](https://raw.githubusercontent.com/openphish/public_feed/refs/heads/main/feed.txt)

### Input fields

<ParamField path="base_url" type="string | null">
  Base URL of the OpenPhish public feed host.

  Default: `null`.
</ParamField>
