New feature
Bad webhook URLs are caught before you save
An address we could never reach now fails in the form instead of silently at call time.
- Type
- New feature
- Shipped
- Areas
- API · Integrations
A post-call webhook pointing somewhere unreachable used to save without complaint and then quietly deliver nothing, which is the worst moment to find out.
The address is now checked as you type it, and a URL that could never be reached is refused at the point you enter it rather than after the first call runs.
