← 返回
开发者工具 Key 中文

10dlc Registration

Register for 10DLC as a sole proprietor to enable SMS messaging in the USA. Use when setting up A2P SMS, registering brands/campaigns, or assigning phone numbers for compliant US messaging. Requires Telnyx CLI.
以独资经营者身份注册10DLC,以启用美国短信服务。适用于设置A2P短信、注册品牌/活动或分配号码以实现合规的美国消息传递。需使用Telnyx CLI。
teamtelnyx teamtelnyx 来源
开发者工具 clawhub v1.0.0 1 版本 99913.6 Key: 需要
★ 0
Stars
📥 1,157
下载
💾 9
安装
1
版本
#latest

概述

10DLC Registration

Register for 10DLC (10-Digit Long Code) to enable A2P SMS in the USA.

Quick Start with Scripts

# Interactive registration wizard
./scripts/register.sh

# Check status of brands/campaigns
./scripts/status.sh

# Assign a phone number to a campaign
./scripts/assign.sh +15551234567 <campaign-id>

Prerequisites

  • Telnyx CLI installed: npm install -g @telnyx/api-cli
  • API key configured: telnyx auth setup
  • At least one US phone number

Quick Start

Interactive wizard (easiest):

telnyx 10dlc wizard

Manual Registration

Step 1: Create Sole Proprietor Brand

telnyx 10dlc brand create --sole-prop \
  --display-name "Your Business Name" \
  --phone +15551234567 \
  --email you@example.com

Step 2: Verify Brand (if required)

telnyx 10dlc brand get <brand-id>
telnyx 10dlc brand verify <brand-id> --pin 123456

Step 3: Create Campaign

telnyx 10dlc campaign create \
  --brand-id <brand-id> \
  --usecase CUSTOMER_CARE \
  --description "Customer notifications and support" \
  --sample-message-1 "Your order #12345 has shipped." \
  --sample-message-2 "Reply STOP to opt out."

Step 4: Assign Phone Number

telnyx 10dlc assign +15551234567 <campaign-id>

Step 5: Wait for Approval

telnyx 10dlc campaign get <campaign-id>

Use Cases

Use CaseDescription
-----------------------
2FAAuth codes
CUSTOMER_CARESupport messages
ACCOUNT_NOTIFICATIONAccount alerts
DELIVERY_NOTIFICATIONShipping updates
MIXEDMultiple purposes

List all: telnyx 10dlc usecases

Status Commands

telnyx 10dlc brand list
telnyx 10dlc campaign list
telnyx 10dlc assignment status +15551234567

Troubleshooting

Common Errors

ErrorCauseSolution
------------------------
Brand verification requiredSole proprietor brands need phone verificationCheck email/SMS for PIN, run telnyx 10dlc brand verify --pin
Campaign rejected: insufficient descriptionDescription too vagueBe specific about message purpose, include business context
Sample messages must include opt-outMissing STOP instructionsAdd "Reply STOP to unsubscribe" to sample messages
Phone number already assignedNumber linked to another campaignRun telnyx 10dlc unassign +1... first
Brand pendingStill under review (24-72h typical)Wait and check status with telnyx 10dlc brand get
Invalid use case for sole proprietorSome use cases restrictedSole prop limited to: 2FA, CUSTOMER_CARE, DELIVERY_NOTIFICATION, ACCOUNT_NOTIFICATION
Rate limit exceededToo many API callsWait 60s and retry

Debug Tips

# Verbose output for debugging
telnyx 10dlc brand get <id> --json

# Check number assignment status
telnyx 10dlc assignment status +15551234567

# List all campaigns with details
telnyx 10dlc campaign list --json | jq '.data[] | {id, status, usecase}'

Timeline Expectations

StepTypical Time
--------------------
Brand creationInstant
Brand verification1-5 minutes (PIN via SMS/email)
Brand approval24-72 hours
Campaign review24-48 hours
Number assignmentInstant (after campaign approved)

Getting Help

  • Telnyx docs: https://developers.telnyx.com/docs/messaging/10dlc
  • Support portal: https://support.telnyx.com
  • API status: https://status.telnyx.com

Pricing

Brand and campaign registration: Free

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 03:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,819
it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,396
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 30,730