October 16, 2023

Phone Validation

Require that a column contains only valid phone numbers

We now support validating phone numbers at the column level. Developers can leverage this validation by using the "validate":"phone" option within the template columns array. Check the docs for more details.

{
  "columns": [
    {
      "name": "Phone Number",
      "required": true,
      "data_type": "string"
      "validations": [
        {
          "validate": "phone"
        }
      ]
    }
  ]
}

What's Next?

We'll be adding many more validation options over the coming weeks. If you have any feedback or ideas for which validators we should prioritize next, reach out through our GitHub repository or community Slack.

To the top
Background graphic with dots