New Features
We are thrilled to announce two major enhancements to improve user engagement and streamline messaging: Call to Action (CTA) with URL & Phone Number and the ability to Perform Basic Math Operations on Text Messages.Call to Action (CTA) - URL & Phone Number :
- CTA (URL): Direct users to a specific URL with customizable button titles.
- CTA (Phone Number): Provide users the option to call a specified phone number.
Perform Basic Math Operations on Text Messages :
You can now perform basic mathematical operations directly within your message content using simple formulas enclosed in (($ )) brackets. This feature is particularly useful for dynamic pricing, discounts, or invoice calculations.Supported Operations
- Multiplication
- Example: Hi, Your cart total is (($product * $quantity))
- Addition
- Example: Hi, Your actual pay is (($total + $taxes))
- Subtraction
- Example: Hi, Your pay after discount is (($total - $discount))
- Division
- Example: Hi, Your actual pay is (($total / 2))
How to Use
- While composing your message, use the (($ )) syntax with your variables.
- Ensure the variables contain valid numeric data.
- The result of the calculation will be displayed in the message.
Example: In the attached screenshot, the Product and Quantity values were both 4, and the math operation (($product*$quantity)) resulted in 16.