Zoho CRM: sandbox-aware Webhook

Zoho CRM: sandbox-aware Webhook

Hi everyone!
I need to configure a Webhook that somehow changes if it's being called in a production environment or in a sandbox. Is there a way to do this?
For example, definining "URL to notify" as "https://my.company.com/$environment"
I'd like to do this because I don't want webhooks called from a sandbox to look like "real" webhook calls, so that I can configure my backend to distinguish between them.

Thanks for your assistance!