> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/webhook/destinations-and-routing-setup/multiple-destinations-per-env.md).

# Can one environment send data to two webhooks?

The dashboard self-serves **one webhook destination per dev ID**.

The cleanest pattern for UAT vs production is **separate dev IDs, each with its own fixed destination**, configured independently. You can set a separate webhook in your [Testing environment](https://docs.tryterra.co/health-and-fitness-api/integration-setup/understanding-terra-environments) and use the Data Generator there to populate a test account.

To send the **same** user data to more than one destination (for example prod plus UAT, or two internal apps), point Terra at a **single endpoint that forwards payloads** to your internal apps, keeping one Terra webhook decoupled from your apps. See [setting up data destinations](https://docs.tryterra.co/health-and-fitness-api/integration-setup/setting-up-data-destinations).

For advanced multi-destination setups, contact support to discuss options.
