# Execute Response Actions with Google Workspace

In this guide, you'll configure the integration between Google Workspace and Radiant to automatically run containment and remediation actions after phishing attacks.&#x20;

<details>

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

The following actions are available after you set up the Google Workspace action connector. Keep in mind, additional permissions are required.

* Find and soft delete emails
* Find and hard delete emails
* Block sender

</details>

To be able to add the action connector, you will need to provide Radiant Security with the following values, from the data connector onboarding:

* **BigQuery Project Id**
* **BigQuery Dataset Name**
* **Delegate User Email**
* **JSON File containing the API key previously downloaded from your Google Workspace project**

If you haven't configured the Google Workspace data connector yet, check out the [Google Workspace](/radiant-connectors/data-connectors/google-workspace.md) guide.

### Add the action connector in Radiant Security

1. Log in to [Radiant Security](https://app.radiantsecurity.ai/).
2. From the navigation menu, select **Settings > Action Connectors** and click **+ Add Connector**.
3. Select **Google Workspace** and click **Credentials**.
4. Add the following values from the previous steps:
   * **BigQuery Project ID**: `{customer name}-workspace-logs`
   * **BigQuery Dataset Name**: `google_workspace_log`
   * **Delegate User Email**: The service account that has the **Radiant Security Read Only** admin role
   * **Upload the JSON File**
5. Click **Add Connector** to save the connector configuration.


---

# Agent Instructions: 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:

```
GET https://help.radiantsecurity.ai/radiant-connectors/data-connectors/google-workspace/execute-response-actions-with-google-workspace.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
