---
id: gk-foundation-connection-established
title: "Action - gk/foundation/connection/established"
sidebar_label: "gk/foundation/connection/established"
tags:
  - "1.26.0"
---

# Action: gk/foundation/connection/established

Fires after a connection is established and persisted.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $context | `array` |  |
| ↳ $scope | `string` | Connection scope: 'network' or 'site'. |
| ↳ $account_email | `string` | Connected account email. |
| ↳ $scopes | `array` | Requested scopes from the pending record. |
| ↳ $data | `array` | Verified token response minus connection plumbing; domain sections for consumers to interpret. |

### Since

- 1.26.0

### Source

Defined in `AccountConnection/ConnectClient.php` at line 433

