Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the

14105: Invalid statusCallback attribute


WARNING: 14105

warning-14105 page anchor
WARNING

Twilio returns this warning when the <Message> verb includes a statusCallback attribute that is not a valid URL. The statusCallback attribute accepts a relative or absolute URL. If you use an absolute URL, it must contain a valid hostname and the hostname cannot include underscores.

Possible causes

possible-causes page anchor
  • Update the statusCallback attribute so it contains a valid relative URL or a fully qualified absolute URL.
  • If you use an absolute URL, make sure the hostname is valid and remove any underscores from the domain name.
  • If you need a custom status webhook for <Message>, set both statusCallback and action to the same URL. This helps you avoid undefined behavior across message types while Twilio normalizes attribute handling.
  • Test the callback URL with a temporary public webhook endpoint to confirm Twilio can send requests successfully, then switch back to your production endpoint after the test passes. (help.twilio.com(link takes you to an external page))

Additional resources

additional-resources page anchor