TextMagic is a beautiful tool for sending out SMS messages. One of the great features of Textmagic is that you can see threaded conversations.
LeadMachine now integrates with Textmagic, and it’s super simple to set up.
This means that you can set up Flows to do things like send an SMS the day before a seminar to confirm the location.
All you need to do is create an action called a webhook
Then follow the basic structure below:
https://www.textmagic.com/app/api?username=[your email]&password=[your password]&cmd=send&text=Here+Is+Test+Message&phone={{contact.primary_telephone_number.number}}&unicode=1
In this example
- [Your email] is your email address you use to login to TextMagic
- [Your password] is your password you use to login to TextMagic
- Here+Is+Test+Message is simply the message with a + representing spaces
- {{contact.primary_telephone_number.number}} is the field where you store your mobile number. (Of course you can use another phone field if you wish).
You can even insert the Contact’s firstname and any other custom fields.
For additional information, see TextMagic’s information page.