Can you get the environment URL from the deployment event (or any other) webhook?

Hey there,

I’m looking into creating a custom webhook to notify my team whenever a deployment has been created, along with the defined environment URL in my CI/CD config.

Is there any webhook that includes the environment URL? I tried using the pipeline event webhook instead but it seems to include everything about the environment except the environment URL.

If not, I think this would be a great feature to add to the current deployment event webhook as it would great to see it included in the deployment notification.

Cheers!