Help!
I need to perform an SMS blast. However, the users have submitted their mobile numbers without the country code in front. Now before I can SMS blast them, I need to add the country code to 5000 over records. How do I do so using a smart campaign to add the country code before each record's mobile field?
Solved! Go to Solution.
You could try something like Change Data Value of field Mobile Phone to +6 {{lead.Mobile Phone}}. Of course you need to make sure that it actually should have that added to the front.
If you want to do something more complicated, I've seen a mockup of something one of our ANZ consultants did using webhooks to reformat phones for SMS. Veronica Holmes may be able to give you more details.
You could try something like Change Data Value of field Mobile Phone to +6 {{lead.Mobile Phone}}. Of course you need to make sure that it actually should have that added to the front.
If you want to do something more complicated, I've seen a mockup of something one of our ANZ consultants did using webhooks to reformat phones for SMS. Veronica Holmes may be able to give you more details.
Wouldn't you need a separate field just in case?
New Field=+6 {{lead.mobile phone}}
That would be the smart way to do it yes.
Hi Kristen,
Appreciate the speedy response. Veronica Holmes please share with me 😃
Thank you Josh, thank you Kristen!