> ## Documentation Index
> Fetch the complete documentation index at: https://ampersand-24eb5c1a-jlim-gong-ip-allowlist.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-receiver.withampersand.com/zt1secx7jknlhb/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-jlim-gong-ip-allowlist/i_9KjeoIfPlI7xaR/images/customer-guides/gong/admin-settings.png?fit=max&auto=format&n=i_9KjeoIfPlI7xaR&q=85&s=4d07efa46dcc34975437994a03a04477" 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-jlim-gong-ip-allowlist/i_9KjeoIfPlI7xaR/images/customer-guides/gong/automation-rules.png?fit=max&auto=format&n=i_9KjeoIfPlI7xaR&q=85&s=d7fc73ee0288441bf2b611d11013b1f7" width="2970" height="1660" data-path="images/customer-guides/gong/automation-rules.png" />
3. Click **Add rule**.
   <img src="https://mintcdn.com/ampersand-24eb5c1a-jlim-gong-ip-allowlist/i_9KjeoIfPlI7xaR/images/customer-guides/gong/add-rule.png?fit=max&auto=format&n=i_9KjeoIfPlI7xaR&q=85&s=2fc32fdce93f3055c634255496a9f20a" 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-jlim-gong-ip-allowlist/i_9KjeoIfPlI7xaR/images/customer-guides/gong/filters.png?fit=max&auto=format&n=i_9KjeoIfPlI7xaR&q=85&s=1a98f2df343cadf61c0d03b4c9ccf182" 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-jlim-gong-ip-allowlist/i_9KjeoIfPlI7xaR/images/customer-guides/gong/webhook-url.png?fit=max&auto=format&n=i_9KjeoIfPlI7xaR&q=85&s=cafd66c21d446de98eaf61f0c05fadf3" 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-jlim-gong-ip-allowlist/i_9KjeoIfPlI7xaR/images/customer-guides/gong/rule-status.png?fit=max&auto=format&n=i_9KjeoIfPlI7xaR&q=85&s=b6230bedb82671ea94df3b1e364b269f" 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-jlim-gong-ip-allowlist/i_9KjeoIfPlI7xaR/images/customer-guides/gong/test.png?fit=max&auto=format&n=i_9KjeoIfPlI7xaR&q=85&s=8ff951efcdc53c06d21bc39533cf127f" 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-jlim-gong-ip-allowlist/i_9KjeoIfPlI7xaR/images/customer-guides/gong/processed-call.png?fit=max&auto=format&n=i_9KjeoIfPlI7xaR&q=85&s=1b841ba1ae63c237057eb87109e70b79" 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)
