SolidX

SMS Templates

Learn how to create and manage SMS templates in SolidX, including dynamic content

SMS Templates in SolidX enable you to create and manage text message templates with dynamic content and integrated link shortening capabilities.

Template Creation

Basic Structure

{
  "name": "verification_code",
  "description": "SMS template for sending verification codes",
  "content": "Your verification code is {{code}}. Valid for {{validity}} minutes.",
  "variables": {
    "code": {
      "type": "string",
      "required": true,
      "description": "Verification code"
    },
    "validity": {
      "type": "number",
      "required": true,
      "description": "Code validity in minutes"
    }
  }
}

Best Practices

Design

  • Use responsive layouts
  • Test across email clients
  • Include plain text version
  • Optimize images
  • Follow email standards

Content

  • Clear subject lines
  • Consistent branding
  • Mobile-friendly design
  • Accessible content
  • Valid links

Variables

  • Document all variables
  • Provide defaults when possible
  • Validate data types
  • Handle missing values
  • Use clear naming

Testing

  • Test all variables
  • Check responsiveness
  • Verify attachments
  • Monitor delivery
  • Track engagement