Skip to content

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

Description

@mshannaq

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:

  • URL Encoding: Ensure proper URL encoding for phone numbers and message bodies to handle special characters.
  • Documentation: Provide clear documentation and examples to guide users on utilizing this feature effectively.
    Testing: Conduct thorough testing across various Android & iphone devices and versions to ensure consistent behavior and compatibility.

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions