Configure the endpoint
Open a phone number’s inbound configuration, enter an HTTPS webhook URL, and use Test to inspect the response before enabling live traffic. Design the endpoint to:- Respond within the configured timeout
- Return dynamic variables as string-compatible values
- Avoid returning credentials or unnecessary personal data
- Handle retries without causing duplicate side effects
- Fail safely when the caller or account cannot be resolved