Closed RodrigoBrolese closed 3 years ago
We found the fix by contact the support via e-mail. Now is needed to add the tracking class on the SMS message request.
Exemple:
$tracking = (new SmsTracking())
->setTrack("URL");
$request = (new SmsAdvancedTextualRequest())
->setMessages([$message])
->setTracking($tracking);
I started to implement the new 3.0 version to send SMS messages, but, on the testing of the SDK, when links is used they don't get shorten.
Can your team check if this is some bug or if now this SDK dont will short links?