tencent-sms-integrator

Send verification codes and notifications via Tencent Cloud SMS.

Updated May 3, 2026
One-click install
npx skills add https://github.com/wanyusheng63-alt/vocab-learn --skill tencent-sms-integrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-sms-integrator
Source: https://github.com/wanyusheng63-alt/vocab-learn/tree/main/.codebuddy/skills/tencent-sms-integrator
Command: npx skills add https://github.com/wanyusheng63-alt/vocab-learn --skill tencent-sms-integrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tencentcloud-sdk-nodejs.

What problem does it solve?

Integrate Tencent Cloud SMS to enable reliable delivery of verification codes and system notifications within your applications, reducing integration time and operational complexity.

Core Features & Use Cases

  • SMS Verification Codes: send one-time codes for user registration, login, and identity verification.
  • Notification SMS: deliver order updates, reminders, and security alerts to users.
  • Batch Sending: send the same message to up to 200 phone numbers in a single request.
  • Marketing/Opt-in Campaigns: support compliant promotional messages with user consent.

Quick Start

Integrate the Tencent Cloud SMS client into your project and call the provided methods to send verification or notification messages.

Frequently Asked Questions about tencent-sms-integrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send SMS verification codes using Tencent Cloud SMS in Node.js?

To send SMS verification codes using Tencent Cloud SMS, integrate the SDK wrapper to call single sending methods for user registration, login, and identity verification workflows. It handles configuration, error handling, and optional credentials and region settings.

Can I use batch sending to deliver notification SMS to multiple recipients at once?

Yes, batch sending supports delivering the same notification SMS to up to 200 phone numbers in a single request. This is useful for sending order updates, reminders, and security alerts to multiple users simultaneously.

What is the best way to monitor SMS delivery status for order alerts and reminders?

Monitoring SMS delivery status involves using the SDK wrapper's built-in tracking for verification workflows and notification SMS. It provides production-ready error handling and delivery-status monitoring across scenarios like order alerts and reminders.

Do I need tencentcloud-sdk-nodejs to send one-time verification codes?

Yes, you need the tencentcloud-sdk-nodejs dependency to send one-time verification codes. This production-ready SDK wrapper requires it for configuration, credentials, and region settings to enable reliable delivery.

How does Tencent SMS integration handle error handling for marketing and opt-in campaigns?

Tencent SMS integration handles error handling for marketing and opt-in campaigns through its production-ready SDK wrapper. It supports compliant promotional messages with user consent while managing configuration and optional credentials.

What are the limitations of batch sending with Tencent SMS for user signup workflows?

Batch sending with Tencent SMS is limited to 200 phone numbers per single request. For user signup workflows requiring verification codes, use single sending methods to ensure individual delivery and status monitoring.