Handlebars Helpers
Format Phone Number
Formats phone numbers into E.164 during Handlebars substitution. Useful for SMS, WhatsApp, dialer integrations, contact cleanup, and API payloads.
Uses
- Use this to clean numbers coming from a form or other source to ensure they are in a consistent format.
Usage
Helper name : format_phone_number
eg.
{{#format_phone_number input_number default_country_code include_plus}}{{/format_phone_number}}
Examples
Format number with default country code +1
Example
Substituted definition
Format international number with default country code +1
Example
Substituted definition