19045: Invalid field type. Supported types: text, date, number
API
ERROR
This error occurs when you send a custom field definition request with an unsupported field_type value. Supported custom field types are Text, Number, and Date.
- The request included a
field_typevalue other thanText,Number, orDate. - The request body for the Field Definitions endpoint did not use a valid
field_typevalue from the supported enum.
- Update
field_typeto one of the supported values:Text,Number, orDate. - Review the request body for the Field Definitions endpoint and resend the request with a valid
nameandfield_type. - If you create the field in the Twilio SendGrid console, choose one of the available field types when you add the custom field.