mobile
SMS Log
View all SMS records sent by the system including sending status and content.
Table Column Description
Platform
SMS sending platform (displayed as Badge):
- Alibaba Cloud SMS
- Tencent Cloud SMS
- Twilio
- AWS SNS
- Other SMS providers
To
Recipient phone number.
Subject
SMS subject/type.
Content
SMS content (displayed as JSON):
- SMS text
- Template variables
- Signature info
- Max width 480px
Status
SMS sending status (displayed as Badge):
- Sent (Green) - Successfully sent
- Failed (Red) - Send failed
- Unknown (Gray) - Unknown status
Time
SMS sending time.
Filter Functions
Keyword Search
Search recipient phone number or SMS subject.
Date Filter
Select date to view SMS records, defaults to today.
Usage Scenarios
Scenario 1: View Today's SMS
- Shows today's SMS records by default
- Check sending quantity
- Check sending status
- Calculate success rate
Scenario 2: Investigate Send Failures
Check Failed SMS:
- Filter "Failed" status
- View recipient numbers
- Check SMS content
- Analyze failure reasons (invalid number/insufficient balance/provider issues)
- Resend or fix configuration
Scenario 3: Verify SMS Content
Check SMS Templates:
- Search specific subject
- View SMS content
- Verify variable replacement
- Confirm signature correctness
Scenario 4: Track User SMS
View User Received SMS:
- Search user phone number
- View all SMS
- Confirm delivery
- Verify SMS types
SMS Types
Verification Code SMS
- Registration verification code
- Login verification code
- Password reset code
- Phone binding code
Notification SMS
- Order notifications
- Payment success
- Expiration reminders
- System announcements
Marketing SMS
- Promotional SMS
- Activity notifications
- Offer information
Sending Monitoring
Success Rate Monitoring
Watch metrics:
- Daily total sent
- Send success rate
- Failure rate trends
- Platform-specific performance
Exception Handling
When issues found:
- Check SMS provider configuration
- Verify API key validity
- Check balance and quota
- Review error logs
- Contact provider technical support
SMS Content Description
JSON Format
Content field contains:
json
{
"template_id": "SMS_123456",
"sign_name": "Brand Name",
"params": {
"code": "123456",
"minutes": "5"
}
}Template Variables
{{code}}: Verification code{{minutes}}: Valid time{{product}}: Product name{{amount}}: Amount
Cost Management
Cost Statistics
- Daily SMS count
- Unit price calculation
- Monthly expenses
- Type distribution
Cost Optimization
- Control verification code frequency
- Optimize SMS templates
- Choose cost-effective providers
- Avoid invalid sending
Important Notes
- Log Retention: Retention per system config
- Content Truncation: Long content may be truncated
- JSON Display: Content shown as JSON format
- Platform Recognition: Identify sending channel by platform field
- Status Monitoring: Watch for failed send records
- Number Privacy: Phone numbers are sensitive info
- Regular Checks: Daily sending status review
- Quota Management: Mind SMS provider quota and balance
- Rate Limiting: Prevent SMS flooding
- Compliance: Follow SMS sending laws and regulations