-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Change SMS templates to comply with the new DLT Guidelines #1741
Comments
Our templates typically have four variable components:
This will now be reduced to two:
To roll the unsubscribe link into the content link, we can:
|
Candidate template for project/session starting: Python: This assumes If we include an unsubscribe token in the shortlink, the math changes to 24 chars for the link, 2 for the separator, and only 4 for the time. This will force military-style time in the form Update: Template variant with more static text: ✅Approved Update: Implemented in #1742. |
Options to shave some chars in the link:
These tests don't need registered SMS templates. A regular SMS will work. |
Candidate templates for project registration: ✅Approved ✅Approved Variant 1 has three variables. If this becomes a problem, we can try a static link variant: |
Required templates by notification:
|
New comment notification for different document types: ✅Approved ✅Approved Unknown: |
Update notification: The above text contains consecutively placed variables that aren’t permitted according to the DLT guidelines. Here is an updated version ✅Approved |
Proposal Notification: ✅Approved ✅Approved |
It is not clear when to attach the brand name to a template. It depends on the customer service agent. |
Maybe we just stop putting it in our text and let VILPower decide whether to append. We started doing that only because Airtel demanded it. |
Project/Event Starting Notification: ✅Approved ✅Approved ✅Approved |
We need to change all our templates to have a single link, to allow for link preview in SMS apps. This affects the unsubscribe link:
|
According to the new DLT guidelines, an SMS template can not contain more than 2 variables (in some cases 3) and any 2 variables cannot be consecutive. This has resulted in the blacklisting of our current templates, which must be modified.
For example - The current project start notification template looks like this:
{project.title} starts at {project.start_time}. {project.link} {unsubscribe_link} to stop - Hasgeek
This example contains four variables and one place with 2 consecutively placed variables.
What should the updated template look like?
The text was updated successfully, but these errors were encountered: