You can configure and edit the payload (the message content) directly from the Content tab in the Cloud App Studio. A rendered preview of the template is displayed on the left-hand side of the screen, dynamically reflecting the content for the selected preview user.
Configure and edit message
In the Content tab, you can configure and edit your message content and schema, using pre-configured templates for quick edits or customizing them for tailored messaging.
Note: Link Shortening in Cloud App Studio
The sms_shorten_link Liquid filter is available exclusively in Cloud App Studio. This filter shortens links in payloads, making it useful for:
- Meeting payload limits: Optimizing content to fit character limits, such as for SMS, while ensuring compliance with platform restrictions.
- Enhanced compatibility: Enabling seamless integration with various cloud app destinations that might impose character limits.
- Improved readability: Shortened links make the content concise and easier for recipients to engage with.
Usage
When applying the sms_shorten_link Liquid filter, please ensure the URLs are enclosed in single quotes. For example:
"url": "{{'https://example.com/very-long-url-that-needs-shortening' | sms_shorten_link }}"
Output
The filter converts the long URL into a shortened version, as shown in the example screenshot below:
Quick start templates
Quick Start templates for cloud apps come with a pre-configured message schema that is read-only. Clone the quick start template to make changes, and the schema will become editable.
Custom apps
You can manually configure the message schema for custom apps by creating a message form to populate with your desired content.
Personalization options and tracking parameters
Use Liquid variables to include personalized content and tailor recommendations for your customers based on their preferences.
Remember to manually add the necessary tracking parameters to your Cloud App templates for accurate tracking and analytics.
Comments
0 comments