# 6. Embed Integrations and Connector Auths

## Integrations Overview

{% hint style="info" %}
A user must have explicit **`Can view`** permissions to view Flow Runs of an Integration.\
Permissions can be added via the  [Groups](/embed-white-label-portal/embed-admin-setup/2.-configure-embed.md#embed-v1) or [Partners](/embed-white-label-portal/embed-admin-setup/2.-configure-embed.md#embed-v2) modal  (depending on the Embed version).\
**Admins** have default access to view all integrations.
{% endhint %}

Within the **Embed** menu, explore the **Integrations** submenu to gain an overview of all integrations activated by end users within the iframe.

<figure><img src="/files/ZHOyCJetuPPFvuhiU0Oq" alt=""><figcaption></figcaption></figure>

* **Integration** - the name of the Integration
* **Status** - the current status of the Integration (if Enabled the Integration is run according to its trigger, if Disabled the Integration is not run)
* **Latest run** - the status of the latest run of the Integration (can be success, error, or N/A if the Flow wasn't launched yet)
* **Embed Flow** - contains the link to the corresponding Embed Flow
* **Configuration ID** - Embed ID (contains in the iframe code)
* **Configuration name** - Embed Configuration name
* **Group name** - the name of the corresponding Group
* **User ID** - ID of the user (`embed_user_id` from JWT payload) that initially enabled the Integration in the iframe
* **Account ID** - ID of the account of the end user (`embed_account_id` from JWT payload) that initially enabled the Integration in the iframe
* **Sharing level** - sharing level of the Integration according to the setting of the corresponding Embed Configuration (can be User or Account if set to User or Company in the Embed Configuration correspondingly)

## **Manual Integration execution**

{% hint style="info" %}
A user must have explicit **`Can run`** permissions to manually execute an Integration.\
Permissions can be added via the  [Groups](/embed-white-label-portal/embed-admin-setup/2.-configure-embed.md#embed-v1) or [Partners](/embed-white-label-portal/embed-admin-setup/2.-configure-embed.md#embed-v2) modal  (depending on the Embed version).\
**Admins** have default access to view all integrations.
{% endhint %}

After making changes in the Embed Flow and synchronizing them with all related Integrations, sometimes it is necessary to manually run a Flow copy without waiting for it to be triggered according to its trigger (Scheduler or Webhook).

<figure><img src="/files/EmMfeqTF581Y2zF1Q09l" alt="" width="317"><figcaption></figcaption></figure>

## Manual Integration disabling

For the cases when you know that some of the end users do not use Integrations anymore you can manually disable them from the Integrations list to prevent being billed for their Flow runs.

<figure><img src="/files/zeLC9raJDGf0LCZ2kKLf" alt="" width="317"><figcaption></figcaption></figure>

## Embed Connector Auth

Within the **Embed** menu, explore the **Connector Auth** submenu to gain an overview of all login data created by end users within the iframe.

The list contains Connector Auths related to the Integrations and Connector Auths for [Proprietary Connectors](/embed-white-label-portal/embed-admin-setup/2.-configure-embed/proprietary-connector-setup.md) that were set up for Embed Configurations.&#x20;

<figure><img src="/files/m4dopX6hllkF1A0thfbm" alt=""><figcaption></figcaption></figure>

* **Connector Auth Name**
  * all Embed Connector Auths are named based on the following schema:

    `{{ connector_name }} Login authorized on {{ date }} by {{ initials of embed_user_name }}`&#x20;
  * Unless an end user created a second Connector Auth for a Connector, then it's name can be customized by the end user
* **Proprietary** - Yes if the Connector Auth relates to the [Proprietary Connector set up for the Embed Configuration](/embed-white-label-portal/embed-admin-setup/2.-configure-embed/proprietary-connector-setup.md), No if the credentials were provided in the iframe or Connector Auth was set up for all the users in the Embed Flow
* **User ID** - ID of the user (`embed_user_id` from JWT payload) that provided authentication details in the iframe
* **Account ID** - ID of the account of the end user (`embed_account_id` from JWT payload) that  provided authentication details in the iframe
* **Sharing level** - sharing level of the Integration according to the setting of the corresponding Embed Configuration (can be User or Account if set to User or Company in the Embed Configuration correspondingly)


---

# 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://docs.locoia.com/embed-white-label-portal/embed-admin-setup/6.-embed-integrations-and-connector-auths.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.
