> For the complete documentation index, see [llms.txt](https://help.radiantsecurity.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.radiantsecurity.ai/radiant-connectors/email-and-collaboration/proofpoint-tap/execute-response-actions-with-proofpoint-tap.md).

# Execute Response Actions with Proofpoint TAP

In this guide, you will create new credentials for the Proofpoint API in order to enable containment and remediation tasks.

<details>

<summary><i class="fa-bolt-lightning">:bolt-lightning:</i> <mark style="color:red;">Available actions</mark></summary>

The following action is available after you set up the Proofpoint action connector. Keep in mind, additional permissions are required.

* Block sender

</details>

At the end of this configuration, you will provide Radiant Security with the following values:

* **Username**
* **Password**
* **API Base URL**
* **Domain**

To configure the Proofpoint data connector, check out the [Proofpoint](/radiant-connectors/email-and-collaboration/proofpoint-tap.md) guide.

### Prerequisites

* [ ] Admin access to Proofpoint TAP

### Create credentials for the Proofpoint API

1. Sign in to the [TAP dashboard](https://threatinsight.proofpoint.com/).
2. Navigate to **Administration > User Management > Users**.
3. Click **Add a User**.
4. Fill in the required information:
   * **First Name:** Enter any name that identifies this credential as the Radiant Security Action Connector credential
   * **Email Address:** Enter any valid email address
   * **Role:** Organization Admin
5. Click **Save**.
6. Check the inbox of the email address used to create the user account and look for the **Welcome** email sent by Proofpoint. Click on the link provided in this email to set the password and activate the account.

### Add the action connector in Radiant Security

1. Login to [Radiant Security](https://app.radiantsecurity.ai/).
2. From the navigation menu, select **Settings** > **Action Connectors** and click **+ Add Connector**.
3. Select the **Proofpoint API V1** vendor and click **Credentials**.
4. Enter the credential values used to create the Proofpoint API credentials in the previous section:
   * **User**
   * **Password**
   * **API Base URL**: the ssame URL used to log into Proofpoint console
   * **Domain**: the domain configured on Proofpoint
5. Click **Add Connector** to save the connector configuration.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.radiantsecurity.ai/radiant-connectors/email-and-collaboration/proofpoint-tap/execute-response-actions-with-proofpoint-tap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
