First set up a TextMagic account – then follow these simple steps for sending SMS messages with Infusionsoft in the UK.
In Campaign Builder you will create a sequence and at the time you wish to send an SMS you will put a ‘HTTP Post' process icon.
Then enter the following url into the URL Box:
http://informationst.wpengine.com/sms/textmagic/?username=XXXXX&password=API-PASSWORD
So it looks like this:
http://informationst.wpengine.com/sms/textmagic/?username=AMX123456&password=password123
You can use the following variables to set up your message
$number = The Mobile Number you wish to send to
$message = The message you would like to send
$username = Your TextMagic username
$password = Your TextMagic API password
So your settings in Infusionsoft Campaign Builder will look like this…