Skip to content

Commit f559252

Browse files
authored
Replace appspot.com references in Pendo setup (#3925)
Also add differentiated instruction for EU customers.
1 parent 298ee21 commit f559252

File tree

1 file changed

+3
-1
lines changed
  • src/connections/destinations/catalog/pendo

1 file changed

+3
-1
lines changed

src/connections/destinations/catalog/pendo/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ To add the Pendo destination using Cloud-mode, use the [Webhooks](/docs/connecti
2828

2929
1. From the Segment web app, click **Catalog**.
3030
2. Search for **Webhooks** in the Catalog, select it, and choose which of your JavaScript sources to connect the destination to.
31-
3. Add the following as your Webhook URL: `https://pendo-io.appspot.com/data/segmentio/YOUR_PENDO_API_KEY` and replace `YOUR_PENDO_API_KEY` with your actual Pendo API Key which you can find in the Pendo UI under [Site Settings](https://app.pendo.io/admin) > Basic Information > API Key.
31+
3. Webhook URL configuration will vary based on which Pendo environment you use and your API key:
32+
* For US customers, add the following as your Webhook URL: `https://segment.us.pendo.io/data/segmentio/YOUR_PENDO_API_KEY` and replace `YOUR_PENDO_API_KEY` with your actual Pendo API Key, which you can find in the Pendo UI under [Site Settings](https://app.pendo.io/admin) > Basic Information > API Key.
33+
* For EU customers, add the following as your Webhook URL: `https://segment.eu.pendo.io/data/segmentio/YOUR_PENDO_API_KEY` and teplace `YOUR_PENDO_API_KEY` with your actual Pendo API Key, which you can find in the Pendo UI under [Site Settings](https://app.eu.pendo.io/admin) > Basic Information > API Key.
3234
4. Headers are not required in Webhook configuration. Once you're done adding in your URL, save changes.
3335
5. Using Track method also requires a setting enabled on your Pendo subscription. contact Pendo to enable this feature flag for your account.
3436

0 commit comments

Comments
 (0)