Keep phone numbers clean before they reach your CRM or texting tools. The workflow accepts a raw phone number, fixes the format, and flags bad data. Teams use it to prepare leads, support contacts, and call lists with less manual work.
It runs when another workflow calls it through the When Executed by Another Workflow trigger. First, Strip phone number formatting keeps only digits using a simple pattern. Next, Check number of digits in phone number routes numbers based on length. Then, Check if first digit is valid country code decides if a country code is present. If it is missing, Add valid country code adds 1 to the front. If any rule fails, Clear invalid number returns a blank value. Format phone numbers outputs the original input and the final formatted value for easy saving.
Set it up as a sub workflow and map your phone field to the Phone Number input. Expect fewer failed calls and cleaner CRM records, which saves time and SMS cost. Many teams can cut manual clean up from hours each week to a few minutes. This is useful for lead intake forms, CSV imports, dialer queues, and help desk tickets. It keeps your contact data consistent so downstream systems run smoothly.