#joaoroberto - Wildcards in Webhooks

1 messages · Page 1 of 1 (latest)

gritty hinge
#

HI 👋 Can you explain the use case you are thinking of?

solemn light
#

@gritty hinge so, I am using Render to deploy my application. every time I create a PR on Github, it creates a server with its code changes (like a Review App in Heroku). The problem is that the URLs of the review server depends on the PR number, for example: https://my-app-staging-pr-899.onrender.com.

So I was wondering if I could use a wildcard like *.onrender.com on the Stripe webhooks...