Updated August 2026 — Covers the NEW 1console.twilio.com
Twilio launched a completely redesigned console in May 2026 at 1console.twilio.com. Every other guide online still shows the old interface. These guides are verified against the new console as of August 2026.

Help Center / A2P Campaign Registration

A2P Campaign Registration — Step by Step

The Campaign is the last real gate before carriers stop filtering your traffic. It's a separate registration from the Brand (see A2P Brand Registration) — it describes what your messages actually look like and how people opted in to receive them.

1

Why it's separate from the Brand

The Brand says who you are. The Campaign says what you're sending and how consent was collected — a business could plausibly run several different Campaigns (say, appointment reminders vs. marketing) under one Brand, each with its own use case and throughput.

2

Where to register

Two ways to get to campaign registration:

  • Directly in Twilio: in the console's left sidebar, Products and services → Communications → Messaging → Trust & compliance, then the Campaigns tab, then attach the campaign to your Messaging Service.
  • Through Linxi: Linxi Settings → Number Setup → A2P Campaign submits the same registration via the API once your Brand is approved, and pre-fills fields from your Compliance Profile and Brand where possible.
3

Choosing a use case

Use caseCostBest for
Low Volume Mixed$1.50/monthMost small businesses — recommended default
Marketing$10/monthPure marketing/promotional sends only
Customer Care$10/monthSupport/service messages only
Mixed$10/monthMultiple use cases at higher volume than Low Volume covers

The code Twilio actually uses for the cheap option is LOW_VOLUME — a separate code called MIXED also exists and looks similar, but it's the pricier, non-discounted use case. Easy to pick the wrong one if you're going by name alone.

4

Campaign description

Be specific about what you actually send, not generic marketing language. Naming concrete message types and mentioning that recipients are an existing, opted-in list both help reviewers approve faster.

5

Sample messages that pass review

  • Include your brand name
  • Include a STOP opt-out instruction
  • Use [BRACKETS] for variable content (dates, names, amounts)
  • Include a phone number or URL if any real message will ever contain one — check the box for it even if only some messages do

Real example, actually submitted and auto-approved on a Low Volume Mixed campaign:

"Your Linxi campaign was delivered to 247 of 250 contacts. Log in at linxi.app to view the full report. Reply STOP to opt out. Msg & data rates may apply."
💡 More sample messages help. Provide 3-5 that cover the different kinds of things you'll actually send — a reviewer (and Twilio's automated pre-check) has an easier time approving a campaign whose real-world message variety is already visible up front.
6

Opt-in flow description

Describe every method you actually use to collect consent, with the exact language shown to the person opting in. See Opt-In Requirements for the full breakdown by method (web form, verbal, paper form, QR code, keyword).

7

Privacy policy URL

Must be publicly accessible with no login required, and must contain specific required language. See Privacy Policy Guide for the exact phrase TCR checks for.

8

Message content checkboxes

Check "embedded links" and "phone numbers" if any message you send will ever include either — under-declaring here is one of the more avoidable rejection causes.

9

Common rejection reasons

ErrorCause
30908Privacy policy missing the required "do not share" language, word for word
30909Opt-in flow / CTA description too vague or incomplete

See Troubleshooting for fixes to both.

10

Pre-submission check

Before you hit submit, worth knowing what it actually costs and what happens on a rejection:

  • Twilio charges a one-time $15 campaign vetting fee the first time a campaign is submitted for review — this is charged once per campaign regardless of whether it's approved or rejected, not specifically a "rejection fee."
  • If a campaign is rejected, you can edit and resubmit the same campaign without being charged again — the $15 fee only applies to that campaign's first vetting.
  • You are only charged a second time if you delete the rejected campaign and create a brand-new one instead of editing it — so always fix and resubmit rather than starting over.
11

Processing time

Typically 1-3 business days for TCR to review. Low Volume campaigns can sometimes clear faster.