Account ManagementSMS Templates

SMS Templates

SMS Templates are pre-designed message structures that you can use to quickly and efficiently create and send SMS messages. Templates allow you to save time and ensure consistent messaging by storing frequently used text, variables, and formatting.

Creating SMS Templates

To create an SMS template on SSDPortal, follow these steps:

  1. Access the Template Section: Navigate to the “Templates” section of the platform.
  2. Create a New Template: Click the “Create New Template” button or a similar option.
  3. Enter Template Name: Give your template a descriptive name that reflects its purpose. This name should be unique.
  4. Compose the Template: Use the template editor to write your message. You can include plain text, variables, and formatting elements.

Attributes

SSDPortal supports the use of Jinja2 syntax for creating dynamic templates. This allows you to include more complex logic and formatting in your messages. Here’s an example of a Jinja2 template that generates specific attributes:

Hi {{ customer_name }},
Your OTP Code is {{ otp }}
Expires On: {{ expiry_date }}

In this example, the variables customer_name, otp and expiry_date will be replaced with actual values when you send the message.

Template Approval

Please note that some templates may be rejected if they violate SSDPortal’s Terms of Service or are deemed inappropriate. Ensure that your templates comply with our guidelines and avoid sending spam, promotional messages without proper consent, or content that is harmful or offensive.