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

19030: Invalid location type


ERROR: 19030

error-19030 page anchor
ERROR

This error occurs when your Contact API request includes a location type value that Twilio does not accept. Use only the supported location type values when you create or update contact profile data.

Possible causes

possible-causes page anchor
  • The location type field is set to a value other than work, home, or other.
  • Your application maps location data to a custom label that the Contact API does not support.
  • A create or update request includes a location object with an unsupported type value.
  • Update the request so each location type uses one of the supported values: work, home, or other.
  • Add request validation in your application before you send contact data to Twilio.
  • Review any data mapping or transformation step that builds the location object and replace unsupported values with the accepted set.
  • Resubmit the request after correcting the invalid location type.

Additional resources

additional-resources page anchor