> ## Documentation Index
> Fetch the complete documentation index at: https://docs.triplesession.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Call Insights to Power BI, Sheets, and More

> Use Triple Session Automations to push AI Coach data to Power BI, Google Sheets, Tableau, or any other app via webhook or integration.

Automations can send deal insights data to virtually any external application. By combining a **Send Webhook** action with an automation platform such as Zapier or N8N — or by handling the data internally — you can route AI Coach output into Power BI dashboards, Google Sheets, Tableau reports, or any other tool your team relies on.

## Requirements

* Your account must have access to [Automations](/automations/getting-started).
* A Zapier account (or another automation platform such as N8N), or a custom endpoint to receive the webhook. Zapier is used in the example below, but any platform that can receive webhooks will work.

## Example use case

*"We want to store specific data extracted from calls in a spreadsheet when the call ends."*

For this example, the automation uses:

* **Meeting Finished** as the trigger
* **Send Webhook** as the action
* **Zapier** to route the data to Google Sheets

## Setup

<Steps>
  <Step title="Create a new automation">
    Go to **Settings > Automations** and click **New Automation**.

    Set the **Trigger** to **Meeting Finished** and the **Action** to **Send Webhook**.

    <Frame>
      <img src="https://mintcdn.com/triplesession/Jyg1afd7LqdpY3YQ/images/automations/send-apps-1.png?fit=max&auto=format&n=Jyg1afd7LqdpY3YQ&q=85&s=fe4d17b8c9d80ef98d0885e124d06f75" alt="Creating a new automation with Meeting Finished trigger and Send Webhook action" width="3204" height="1868" data-path="images/automations/send-apps-1.png" />
    </Frame>
  </Step>

  <Step title="Configure the webhook">
    In the **Action** settings, paste the webhook URL from Zapier (or your chosen platform) into the **Webhook** field. Select the data fields you want to include in the payload.

    <Frame>
      <img src="https://mintcdn.com/triplesession/Jyg1afd7LqdpY3YQ/images/automations/send-apps-2.png?fit=max&auto=format&n=Jyg1afd7LqdpY3YQ&q=85&s=82b5a233ef5010e9341fe163291c7dc2" alt="Configuring the webhook URL and selecting data fields" width="2722" height="1792" data-path="images/automations/send-apps-2.png" />
    </Frame>

    <Tip>
      In Zapier, create a new Zap and choose **Webhooks by Zapier** as the trigger. Zapier will give you a unique webhook URL to paste here.
    </Tip>
  </Step>

  <Step title="Connect the webhook to your destination app in Zapier">
    In your Zapier Zap, add an action step and connect it to the app you want to send data to — for example, **Google Sheets**. Map the fields from the incoming webhook payload to the columns in your spreadsheet.

    <Frame>
      <img src="https://mintcdn.com/triplesession/Jyg1afd7LqdpY3YQ/images/automations/send-apps-3.png?fit=max&auto=format&n=Jyg1afd7LqdpY3YQ&q=85&s=f99dc154f8d2cd43e50c1ef9fe1e9541" alt="Connecting the webhook to Google Sheets in Zapier" width="1251" height="1954" data-path="images/automations/send-apps-3.png" />
    </Frame>
  </Step>

  <Step title="Save and enable the automation">
    Back in Triple Session, click **Save Workflow**, then click **Live** to activate the automation.

    <Frame>
      <img src="https://mintcdn.com/triplesession/Jyg1afd7LqdpY3YQ/images/automations/send-apps-4.png?fit=max&auto=format&n=Jyg1afd7LqdpY3YQ&q=85&s=d95cd6c8ec2c147436097ea9dc3650eb" alt="Saving and activating the automation" width="1986" height="1742" data-path="images/automations/send-apps-4.png" />
    </Frame>
  </Step>
</Steps>

## Supported destinations

Because the **Send Webhook** action sends a standard HTTP POST with a JSON payload, you can connect it to any app that accepts incoming webhooks. Common destinations include:

* Google Sheets (via Zapier or N8N)
* Microsoft Power BI (via a streaming dataset or Azure Function)
* Tableau (via a connected data source)
* Any internal system or custom endpoint

<Note>
  You are not limited to Zapier. You can use N8N, Make (formerly Integromat), or write your own endpoint to receive and process the webhook payload.
</Note>
