The Phone number user block allows you to ask your user for a phone number and ensure it is properly
formatted. It supports international phone number validation, country code selection, and stores
numbers in a consistent format. This block provides automatic formatting validation and
user-friendly error handling.
// Phone numbers are stored in international format// Example: "+1234567890" for US numbers{ "contact": { "phone": "{{userPhone}}", "country": "extracted from format" }}