Skip to content

Commit 5c501d4

Browse files
authored
Merge pull request #6053 from segmentio/update-pendo-destination-urls
update pendo destination url
2 parents ae36e5c + 3e937a6 commit 5c501d4

File tree

1 file changed

+2
-2
lines changed
  • src/connections/destinations/catalog/pendo

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ To add the Pendo destination using Cloud-mode, use the [Webhooks](/docs/connecti
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.
3131
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){:target="_blank"} > 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){:target="_blank"} > Basic Information > API Key.
32+
* For US customers, add the following as your Webhook URL: `https://data.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){:target="_blank"} > Basic Information > API Key.
33+
* For EU customers, add the following as your Webhook URL: `https://data.eu.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.eu.pendo.io/admin){:target="_blank"} > Basic Information > API Key.
3434
4. Headers are not required in Webhook configuration. Once you're done adding in your URL, save changes.
3535
5. Using the `track` method requires a setting enabled on your Pendo subscription (cloud-mode only). Contact Pendo to enable this feature flag for your account.
3636

0 commit comments

Comments
 (0)