Extendy / SmartyURL

SmartyURL is a PHP-based web application for Smart URL management, Sharing, shortening, and analytics, featuring smart redirects.
https://docs.smartyurl.extendy.net/
MIT License
12 stars 2 forks source link

Feat: destination links specifically for sending SMS messages. #152

Open mshannaq opened 8 months ago

mshannaq commented 8 months ago

Introduce feature within SmartyURL to enable the creation of destination links specifically for sending SMS messages. This feature will enhance user experience by providing a seamless method for generating SMS links.

Example:

Destination Link Format: sms:<phone_number>?body=<message_body>

Example: sms:565401?body=1

in native PHP they use

header("Location: sms:565401?body=1");

Usage Scenario: Users can utilize this feature to seamlessly generate links that, when clicked, will prompt the device to compose an SMS message with the specified phone number and pre-filled message body. Benefits:

Notes:

Additional Notes: This feature aligns with the evolving needs of users who rely on SmartyURL for generating customized destination links. By integrating support for SMS destination links tailored for phones, SmartyURL can further enhance its utility and appeal to a broader user base