> ## Documentation Index
> Fetch the complete documentation index at: https://ampersand-24eb5c1a-quickstart-diataxis-tutorial.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Gong

## Checklist before you start

Confirm the following:

* You are a Gong **Technical Administrator** (the role required to create automation rules and configure outbound webhooks).
* Your developer has provided you with a **webhook URL** in this format:

  ```
  https://subscribe-webhook.withampersand.com/v1/projects/PROJECT_ID/integrations/INTEGRATION_ID/installations/INSTALLATION_ID
  ```

## Set up webhooks for real-time updates (Subscribe Actions)

To send `call.created` events to your developer's application, you'll create an **automation rule** in Gong that fires a webhook each time a call is processed.

1. Sign in to Gong and open **Admin Settings** in the left sidebar.
   <img src="https://mintcdn.com/ampersand-24eb5c1a-quickstart-diataxis-tutorial/R9mJt5uBMLlDUZQz/images/customer-guides/gong/admin-settings.png?fit=max&auto=format&n=R9mJt5uBMLlDUZQz&q=85&s=c6b1f603d8422e60fb9806c55faaf3cf" width="2970" height="1660" data-path="images/customer-guides/gong/admin-settings.png" />
2. In the left sidebar, navigate to **Automation rules**.
   <img src="https://mintcdn.com/ampersand-24eb5c1a-quickstart-diataxis-tutorial/R9mJt5uBMLlDUZQz/images/customer-guides/gong/automation-rules.png?fit=max&auto=format&n=R9mJt5uBMLlDUZQz&q=85&s=30e07cabb81b0d7cdd6909d0d1f44cbe" width="2970" height="1660" data-path="images/customer-guides/gong/automation-rules.png" />
3. Click **Add rule**.
   <img src="https://mintcdn.com/ampersand-24eb5c1a-quickstart-diataxis-tutorial/R9mJt5uBMLlDUZQz/images/customer-guides/gong/add-rule.png?fit=max&auto=format&n=R9mJt5uBMLlDUZQz&q=85&s=77c8e36fdeae02a757f11436a2b0a8f6" width="2970" height="1660" data-path="images/customer-guides/gong/add-rule.png" />
4. (Optional) Add any filters you'd like to apply — for example, restrict the rule to specific participants. Leave the filters empty to send every new call.
   <img src="https://mintcdn.com/ampersand-24eb5c1a-quickstart-diataxis-tutorial/R9mJt5uBMLlDUZQz/images/customer-guides/gong/filters.png?fit=max&auto=format&n=R9mJt5uBMLlDUZQz&q=85&s=7ee38f301b37cb80695fe0bb3be44bb8" width="2970" height="1660" data-path="images/customer-guides/gong/filters.png" />
5. Paste the webhook URL your developer gave you into the **Enter URL** field.
   <img src="https://mintcdn.com/ampersand-24eb5c1a-quickstart-diataxis-tutorial/R9mJt5uBMLlDUZQz/images/customer-guides/gong/webhook-url.png?fit=max&auto=format&n=R9mJt5uBMLlDUZQz&q=85&s=30c45eb642e629e7a23c895195f0e45c" width="2970" height="1660" data-path="images/customer-guides/gong/webhook-url.png" />
6. Give the rule a descriptive name and toggle **"Rule Status"** to **Enabled**.
   <img src="https://mintcdn.com/ampersand-24eb5c1a-quickstart-diataxis-tutorial/R9mJt5uBMLlDUZQz/images/customer-guides/gong/rule-status.png?fit=max&auto=format&n=R9mJt5uBMLlDUZQz&q=85&s=c84c152bf94cdd20e0644d22f5e364d7" width="2970" height="1660" data-path="images/customer-guides/gong/rule-status.png" />
7. (Optional) Send a test webhook and click Save.
   <img src="https://mintcdn.com/ampersand-24eb5c1a-quickstart-diataxis-tutorial/R9mJt5uBMLlDUZQz/images/customer-guides/gong/test.png?fit=max&auto=format&n=R9mJt5uBMLlDUZQz&q=85&s=7d46be6a0e2ebb8f7b570a856b1570d6" width="2970" height="1660" data-path="images/customer-guides/gong/test.png" />

## When to expect the webhook to fire

Gong fires the `call.created` webhook after a call has finished processing and appears in your Gong call library, which can take **several hours** after the call ends. You will not see events arrive immediately after a call wraps up — this is expected.

The screenshot below shows where a processed call shows up. Once a call reaches this state, the webhook has been (or will shortly be) sent.

<img src="https://mintcdn.com/ampersand-24eb5c1a-quickstart-diataxis-tutorial/R9mJt5uBMLlDUZQz/images/customer-guides/gong/processed-call.png?fit=max&auto=format&n=R9mJt5uBMLlDUZQz&q=85&s=8f7baa6b90191f086bee4684699c89be" width="2970" height="1616" data-path="images/customer-guides/gong/processed-call.png" />

## For official setup details, see:

* [Gong Automation Rules overview](https://help.gong.io/docs/introduction-to-automation-rules)
* [Send a webhook from an automation rule](https://help.gong.io/docs/create-a-webhook-rule)
