30123: Callback URL is missing
MESSAGING
ERROR
This error occurs when a Messaging configuration or request does not include the required callbackUrl value. In Messaging Link Shortening, the Callback URL is the URL Twilio uses to send click event data after a recipient clicks a shortened link.
- You did not include the
callbackUrlfield in the request. - You left the
CallbackUrlvalue out of the Link Shortening domain configuration that Twilio uses for Messaging.
- Add a
CallbackUrlvalue when you create or update the Link Shortening domain configuration. Twilio acceptsCallbackUrlin the domain Config subresource. - In the Console, open the domain configuration and fill in the Click tracking callback URL field, then save your changes.
- If you are using the REST API, include
CallbackUrlin the request payload instead of leaving it blank.