# Configure inbound webhooks


> Receive supported external requests and route them into CopyHero.


Canonical URL: https://www.copyhero.app/help/integrations/inbound-webhooks

Inbound webhooks accept requests at a CopyHero-generated endpoint and use the configuration you create in **Settings → Webhooks**.

## Prerequisites [#prerequisites]

Know the external sender, payload it will send, and the CopyHero destination or workflow required by the configuration.

## Steps [#steps]

1. Open **Settings → Webhooks**.
2. Select **Inbound**.
3. Select **New Webhook**.
4. Configure the available target and request settings.
5. Save, copy the generated URL and secret only to the authorized sender, then test.

<!-- screenshot: integrations-inbound-webhook-secret -->

## Expected result [#expected-result]

The sender can call the generated endpoint and CopyHero records the received request and its outcome.

## If something goes wrong [#if-something-goes-wrong]

Verify the sender uses the exact current URL and secret. Regenerate a secret if it may have been exposed, then update the sender immediately.

## Related guides [#related-guides]

* [Configure outbound webhooks](/help/integrations/outbound-webhooks)
* [Troubleshoot failed jobs](/help/troubleshooting/retry-failed-jobs)