So after three weeks of going back and forth with our IT team, we finally got it working where we can send the URL to the API which shortens the URL and then sends the SMS. Two things happened that I think helped, though I'm sure there's some clean-up to do, as per Sanford's previous reply. Defining the parameter for the URL BEFORE the message. I'm not 100% sure if that is necessary, but seemed like it makes sense, assuming the code is executed from top to bottom. The second thing that finally put us over the edge, was the case-sensitivity which I probably would have figured out eventually, but was made much easier because of Sanford's suggestion. The code that actually works: [ { MobileNumber : {{lead.Mobile Phone Number}}, Parameters: [], Url: {{lead.Amazon SMS URL}}, Message : "Your Direct Energy Business energy plan expires soon. Locking in a new rate only takes a few minutes. Get started now! #Url# Text HELP for help. Text STOP to opt-out of messages.", } ] Once again, thank you Sanford. I really would like to buy you a case or bottle of your favorite beverage!
... View more