[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-twilio-twilio-rcs-messaging":3,"mdc-b0qxet-key":36,"related-repo-twilio-twilio-rcs-messaging":1837,"related-org-twilio-twilio-rcs-messaging":1942},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":34,"mdContent":35},"twilio-rcs-messaging","send RCS business messages via Twilio","Send RCS Business Messages via Twilio. Covers compliance onboarding (7-part US process), sender profile setup, sending rich cards and carousels, SMS fallback, device support (Android + iOS 18 caveats), and common errors. Use this skill when building RCS messaging or onboarding an RCS sender.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"twilio","Twilio","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Ftwilio.png",[12,16,19,22,25],{"name":13,"slug":14,"type":15},"Android","android","tag",{"name":17,"slug":18,"type":15},"Compliance","compliance",{"name":20,"slug":21,"type":15},"RCS","rcs",{"name":23,"slug":24,"type":15},"Messaging","messaging",{"name":9,"slug":8,"type":15},25,"https:\u002F\u002Fgithub.com\u002Ftwilio\u002Fai","2026-07-17T06:05:52.359248",null,7,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":29},[],"https:\u002F\u002Fgithub.com\u002Ftwilio\u002Fai\u002Ftree\u002FHEAD\u002Fskills\u002Ftwilio\u002Ftwilio-rcs-messaging","---\nname: twilio-rcs-messaging\ndescription: >\n  Send RCS Business Messages via Twilio. Covers compliance onboarding\n  (7-part US process), sender profile setup, sending rich cards and\n  carousels, SMS fallback, device support (Android + iOS 18 caveats),\n  and common errors. Use this skill when building RCS messaging or\n  onboarding an RCS sender.\n---\n\n## Overview\n\nRCS (Rich Communication Services) Business Messaging delivers branded, rich messages natively in the phone's default messaging app — no separate app needed. Messages show your brand logo, colors, and verified sender name. Supports rich cards, carousels, suggested actions, and media.\n\n**RCS uses the same `messages.create()` API as SMS and WhatsApp.** For the full channel comparison and onboarding sequence, see `twilio-messaging-overview`.\n\n### Device Support\n\n| Platform | Support | Notes |\n|----------|---------|-------|\n| **Android** | Most devices via Google Messages | Carrier must also support RCS in the region |\n| **iOS** | iOS 18+ | **P2P RCS is not the same as RCS Business Messaging.** A device that sends RCS to other people may not receive RCS Business Messages — this depends on both Apple and the carrier. Check via `RcsCapabilityFetcher` before sending. |\n\n### Regional Availability\n\nRCS availability depends on carrier approval per country. See [RCS regional availability](https:\u002F\u002Fwww.twilio.com\u002Fdocs\u002Frcs\u002Fregional) for the current list. US carriers (T-Mobile, AT&T, Verizon) are supported. Global support is expanding.\n\n---\n\n## Prerequisites\n\n- Twilio **paid account** — free trials cannot use RCS\n- Messaging Service (RCS senders must be added to a Messaging Service)\n- Environment variables: `TWILIO_ACCOUNT_SID`, `TWILIO_AUTH_TOKEN`\n  — See `twilio-iam-auth-setup` for credential setup\n- SDK: `pip install twilio` \u002F `npm install twilio`\n\n---\n\n## Compliance Onboarding (US)\n\nRCS onboarding takes **4-6 weeks minimum**. A Twilio onboarding specialist reviews everything before carrier submission. You won't be charged until you go live.\n\n### Part 1: Sender Profile Setup\n\nCreate your RCS Sender in Console with:\n\n| Asset | Requirements |\n|-------|-------------|\n| **Display name** | Must be unique — carriers reject identical names + logos |\n| **Logo** | 224x224px, max 50KB, PNG\u002FJPEG |\n| **Banner** | 1140x448px, max 200KB |\n| **Accent color** | Hex code, must have 4.5:1 contrast ratio vs white |\n| **Description** | What your business does and why you're messaging |\n| **Phone number** | Customer support contact number |\n| **Website** | Must match business identity |\n\n### Part 2: Privacy Policy & Terms of Service\n\n- Privacy policy URL — must be publicly accessible\n- Terms of Service URL — must be publicly accessible\n- Both must cover SMS\u002FRCS messaging, data handling, opt-out process\n- The privacy policy **must state** that information will be shared with third parties for the purpose of transmitting RCS messages\n- Some countries require local-language versions\n\nFor US-specific compliance details, see the [RCS Compliance Onboarding Guide](https:\u002F\u002Fhelp.twilio.com\u002Farticles\u002F49174994355355-RCS-Compliance-Onboarding-Guide).\n\n### Part 3: Eligibility & Acceptable Use\n\nUS carriers require:\n- Legal business name matching EIN records\n- EIN (Employer Identification Number)\n- Business must not be on restricted industries list (cannabis, firearms, etc.)\n- CTIA Messaging Principles and Best Practices handbook compliance\n\n### Part 4: Campaign Details\n\n- Use case category (transactional, promotional, OTP, mixed)\n- Traffic volume estimates\n- Campaign description with specific messaging scenarios\n- For recurring messages: frequency, content types\n\n### Part 5: Opt-In & Consent\n\n- Describe how users opt in to receive RCS messages\n- Must show explicit consent collection mechanism\n- Opt-in must be specific to RCS\u002Fmessaging (not buried in general ToS)\n- HELP and STOP keyword handling required\n\n### Part 6: Sample Messages\n\n- 2+ sample messages that match your declared use case\n- Must include opt-out language\n- Must reflect actual message content (not generic)\n\n### Part 7: Common Rejection Reasons\n\n| Rejection reason | Fix |\n|-----------------|-----|\n| Display name not unique | Choose a distinct name — carriers reject duplicates |\n| Logo\u002Fbanner don't meet specs | Check dimensions and file size exactly |\n| Privacy policy doesn't mention messaging | Add RCS\u002FSMS data handling section |\n| Sample messages don't match use case | Align samples with campaign description |\n| Opt-in process too vague | Show specific UI\u002Fflow for consent collection |\n| Business info doesn't match EIN | Legal name and EIN must match IRS records exactly |\n| Media URLs not publicly accessible | All images\u002Fvideos must be on public URLs — carriers verify during review |\n\n### Registration Flow\n\n1. **Create RCS Sender** in Console → complete all 7 parts above\n2. **Test Phase** — Add test devices, send and receive messages without carrier approval. Non-test devices get SMS fallback.\n3. **Compliance Submission** — Twilio specialist reviews, then submits to Google + carriers:\n   - **Google registration:** authorized rep details, opt-in\u002Fopt-out policy, use case video, interaction flow\n   - **US registration (additional):** legal business name + EIN, traffic metrics, CTIA compliance, HELP\u002FSTOP examples\n4. **Carrier approval** — Per-carrier, per-country. First carrier approval = you can go live in that country.\n5. **Go live** — Add RCS Sender to your Messaging Service. Start sending.\n\n---\n\n## Sending RCS Messages\n\nRCS uses the same `messages.create()` API. No address prefix needed — Twilio routes based on the sender type.\n\n**Python**\n```python\nimport os\nfrom twilio.rest import Client\n\nclient = Client(os.environ[\"TWILIO_ACCOUNT_SID\"], os.environ[\"TWILIO_AUTH_TOKEN\"])\n\nmessage = client.messages.create(\n    messaging_service_sid=\"MGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    to=\"+15558675310\",\n    body=\"Your order has shipped! Track it here: https:\u002F\u002Fexample.com\u002Ftrack\u002F12345\"\n)\nprint(message.sid, message.status)\n```\n\n**Node.js**\n```javascript\nconst twilio = require(\"twilio\");\nconst client = twilio(process.env.TWILIO_ACCOUNT_SID, process.env.TWILIO_AUTH_TOKEN);\n\nconst message = await client.messages.create({\n    messagingServiceSid: \"MGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    to: \"+15558675310\",\n    body: \"Your order has shipped! Track it here: https:\u002F\u002Fexample.com\u002Ftrack\u002F12345\",\n});\nconsole.log(message.sid, message.status);\n```\n\n### Rich Cards & Carousels\n\nUse Content Templates for rich RCS messages (cards with images, titles, descriptions, and action buttons). Create templates via `twilio-content-template-builder`, then send with `contentSid`:\n\n**Python**\n```python\nmessage = client.messages.create(\n    messaging_service_sid=\"MGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    to=\"+15558675310\",\n    content_sid=\"HXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    content_variables='{\"1\": \"Order #12345\", \"2\": \"$49.99\"}'\n)\n```\n\n### SMS Fallback\n\nWhen a recipient's device doesn't support RCS Business Messaging, Twilio automatically falls back to SMS — no code changes needed. This is handled at the Messaging Service level.\n\n- Fallback is automatic when the Messaging Service has both RCS sender and phone numbers\n- If you send via `messagingServiceSid`, Twilio checks RCS capability first, then falls back to SMS\n- Without Twilio's fallback: the message simply fails to deliver (no automatic retry to SMS)\n\n---\n\n## Multiple RCS Senders\n\nA single brand can have multiple RCS senders, but each must have a **distinct use case** (e.g., one for transactional, one for marketing). The use case must be clearly different — carriers reject duplicate-purpose senders for the same brand.\n\n- Each sender has its own display name, logo, and campaign details\n- All senders go through independent carrier approval\n- Each sender can only belong to one Messaging Service\n\n## ISV Path\n\nISVs (Independent Software Vendors) registering RCS senders for client businesses:\n\n- Can register on behalf of clients using the same compliance process\n- Each client business needs its own RCS Sender with its own branding\n- The ISV's Twilio account can host multiple RCS Senders\n- Programmatic sender creation at scale is **not supported** — each sender must be created individually in Console\n\n---\n\n## Common Errors\n\n| Error | Meaning | Fix |\n|-------|---------|-----|\n| Sender not approved | RCS sender hasn't completed carrier approval | Complete compliance onboarding; use test devices in the meantime |\n| Device not capable | Recipient can't receive RCS Business Messages | Twilio falls back to SMS automatically if fallback is configured |\n| Media URL inaccessible | Rich card image\u002Fvideo not publicly accessible | Host media on public URLs |\n| Display name rejected | Name conflicts with existing RCS sender | Choose a unique display name |\n\n---\n\n## CANNOT\n\n- **Cannot use RCS on free trial accounts** — Paid account required\n- **Cannot send RCS without a Messaging Service** — RCS senders must be added to a Messaging Service\n- **Cannot add an RCS sender to multiple Messaging Services** — Each sender belongs to one service only\n- **Cannot create RCS senders programmatically at scale** — Console-only, one at a time\n- **Cannot skip carrier approval** — Even with Google approval, each carrier must independently approve in each country\n- **Cannot guarantee RCS delivery to iOS** — iOS 18 supports P2P RCS, but RCS Business Messaging support depends on Apple + carrier. Always have SMS fallback.\n- **Cannot control fallback behavior per-message** — Fallback to SMS is automatic at the Messaging Service level when both RCS and SMS senders are present\n- **Cannot send RCS to landlines** — Mobile-only channel\n- **Cannot use unique display names that match existing senders** — Carriers enforce uniqueness globally\n- **Cannot update sender profile after approval without re-review** — Profile changes trigger a new carrier review cycle\n\n---\n\n## Next Steps\n\n- **Channel overview and onboarding guide:** `twilio-messaging-overview`\n- **Create rich message templates:** `twilio-content-template-builder`\n- **Set up Messaging Service for sender pool + fallback:** `twilio-messaging-services`\n- **Compliance registration for other channels:** `twilio-compliance-onboarding`\n- **Number and sender type selection:** `twilio-numbers-senders`\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,50,56,84,91,178,184,200,204,210,280,283,289,301,307,312,446,452,487,500,506,511,534,540,563,569,592,598,616,622,735,741,818,821,827,838,846,957,965,1325,1331,1351,1358,1409,1415,1420,1446,1449,1455,1467,1485,1491,1496,1526,1529,1535,1633,1636,1642,1745,1748,1754,1831],{"type":42,"tag":43,"props":44,"children":46},"element","h2",{"id":45},"overview",[47],{"type":48,"value":49},"text","Overview",{"type":42,"tag":51,"props":52,"children":53},"p",{},[54],{"type":48,"value":55},"RCS (Rich Communication Services) Business Messaging delivers branded, rich messages natively in the phone's default messaging app — no separate app needed. Messages show your brand logo, colors, and verified sender name. Supports rich cards, carousels, suggested actions, and media.",{"type":42,"tag":51,"props":57,"children":58},{},[59,74,76,82],{"type":42,"tag":60,"props":61,"children":62},"strong",{},[63,65,72],{"type":48,"value":64},"RCS uses the same ",{"type":42,"tag":66,"props":67,"children":69},"code",{"className":68},[],[70],{"type":48,"value":71},"messages.create()",{"type":48,"value":73}," API as SMS and WhatsApp.",{"type":48,"value":75}," For the full channel comparison and onboarding sequence, see ",{"type":42,"tag":66,"props":77,"children":79},{"className":78},[],[80],{"type":48,"value":81},"twilio-messaging-overview",{"type":48,"value":83},".",{"type":42,"tag":85,"props":86,"children":88},"h3",{"id":87},"device-support",[89],{"type":48,"value":90},"Device Support",{"type":42,"tag":92,"props":93,"children":94},"table",{},[95,119],{"type":42,"tag":96,"props":97,"children":98},"thead",{},[99],{"type":42,"tag":100,"props":101,"children":102},"tr",{},[103,109,114],{"type":42,"tag":104,"props":105,"children":106},"th",{},[107],{"type":48,"value":108},"Platform",{"type":42,"tag":104,"props":110,"children":111},{},[112],{"type":48,"value":113},"Support",{"type":42,"tag":104,"props":115,"children":116},{},[117],{"type":48,"value":118},"Notes",{"type":42,"tag":120,"props":121,"children":122},"tbody",{},[123,144],{"type":42,"tag":100,"props":124,"children":125},{},[126,134,139],{"type":42,"tag":127,"props":128,"children":129},"td",{},[130],{"type":42,"tag":60,"props":131,"children":132},{},[133],{"type":48,"value":13},{"type":42,"tag":127,"props":135,"children":136},{},[137],{"type":48,"value":138},"Most devices via Google Messages",{"type":42,"tag":127,"props":140,"children":141},{},[142],{"type":48,"value":143},"Carrier must also support RCS in the region",{"type":42,"tag":100,"props":145,"children":146},{},[147,155,160],{"type":42,"tag":127,"props":148,"children":149},{},[150],{"type":42,"tag":60,"props":151,"children":152},{},[153],{"type":48,"value":154},"iOS",{"type":42,"tag":127,"props":156,"children":157},{},[158],{"type":48,"value":159},"iOS 18+",{"type":42,"tag":127,"props":161,"children":162},{},[163,168,170,176],{"type":42,"tag":60,"props":164,"children":165},{},[166],{"type":48,"value":167},"P2P RCS is not the same as RCS Business Messaging.",{"type":48,"value":169}," A device that sends RCS to other people may not receive RCS Business Messages — this depends on both Apple and the carrier. Check via ",{"type":42,"tag":66,"props":171,"children":173},{"className":172},[],[174],{"type":48,"value":175},"RcsCapabilityFetcher",{"type":48,"value":177}," before sending.",{"type":42,"tag":85,"props":179,"children":181},{"id":180},"regional-availability",[182],{"type":48,"value":183},"Regional Availability",{"type":42,"tag":51,"props":185,"children":186},{},[187,189,198],{"type":48,"value":188},"RCS availability depends on carrier approval per country. See ",{"type":42,"tag":190,"props":191,"children":195},"a",{"href":192,"rel":193},"https:\u002F\u002Fwww.twilio.com\u002Fdocs\u002Frcs\u002Fregional",[194],"nofollow",[196],{"type":48,"value":197},"RCS regional availability",{"type":48,"value":199}," for the current list. US carriers (T-Mobile, AT&T, Verizon) are supported. Global support is expanding.",{"type":42,"tag":201,"props":202,"children":203},"hr",{},[],{"type":42,"tag":43,"props":205,"children":207},{"id":206},"prerequisites",[208],{"type":48,"value":209},"Prerequisites",{"type":42,"tag":211,"props":212,"children":213},"ul",{},[214,227,232,261],{"type":42,"tag":215,"props":216,"children":217},"li",{},[218,220,225],{"type":48,"value":219},"Twilio ",{"type":42,"tag":60,"props":221,"children":222},{},[223],{"type":48,"value":224},"paid account",{"type":48,"value":226}," — free trials cannot use RCS",{"type":42,"tag":215,"props":228,"children":229},{},[230],{"type":48,"value":231},"Messaging Service (RCS senders must be added to a Messaging Service)",{"type":42,"tag":215,"props":233,"children":234},{},[235,237,243,245,251,253,259],{"type":48,"value":236},"Environment variables: ",{"type":42,"tag":66,"props":238,"children":240},{"className":239},[],[241],{"type":48,"value":242},"TWILIO_ACCOUNT_SID",{"type":48,"value":244},", ",{"type":42,"tag":66,"props":246,"children":248},{"className":247},[],[249],{"type":48,"value":250},"TWILIO_AUTH_TOKEN",{"type":48,"value":252},"\n— See ",{"type":42,"tag":66,"props":254,"children":256},{"className":255},[],[257],{"type":48,"value":258},"twilio-iam-auth-setup",{"type":48,"value":260}," for credential setup",{"type":42,"tag":215,"props":262,"children":263},{},[264,266,272,274],{"type":48,"value":265},"SDK: ",{"type":42,"tag":66,"props":267,"children":269},{"className":268},[],[270],{"type":48,"value":271},"pip install twilio",{"type":48,"value":273}," \u002F ",{"type":42,"tag":66,"props":275,"children":277},{"className":276},[],[278],{"type":48,"value":279},"npm install twilio",{"type":42,"tag":201,"props":281,"children":282},{},[],{"type":42,"tag":43,"props":284,"children":286},{"id":285},"compliance-onboarding-us",[287],{"type":48,"value":288},"Compliance Onboarding (US)",{"type":42,"tag":51,"props":290,"children":291},{},[292,294,299],{"type":48,"value":293},"RCS onboarding takes ",{"type":42,"tag":60,"props":295,"children":296},{},[297],{"type":48,"value":298},"4-6 weeks minimum",{"type":48,"value":300},". A Twilio onboarding specialist reviews everything before carrier submission. You won't be charged until you go live.",{"type":42,"tag":85,"props":302,"children":304},{"id":303},"part-1-sender-profile-setup",[305],{"type":48,"value":306},"Part 1: Sender Profile Setup",{"type":42,"tag":51,"props":308,"children":309},{},[310],{"type":48,"value":311},"Create your RCS Sender in Console with:",{"type":42,"tag":92,"props":313,"children":314},{},[315,331],{"type":42,"tag":96,"props":316,"children":317},{},[318],{"type":42,"tag":100,"props":319,"children":320},{},[321,326],{"type":42,"tag":104,"props":322,"children":323},{},[324],{"type":48,"value":325},"Asset",{"type":42,"tag":104,"props":327,"children":328},{},[329],{"type":48,"value":330},"Requirements",{"type":42,"tag":120,"props":332,"children":333},{},[334,350,366,382,398,414,430],{"type":42,"tag":100,"props":335,"children":336},{},[337,345],{"type":42,"tag":127,"props":338,"children":339},{},[340],{"type":42,"tag":60,"props":341,"children":342},{},[343],{"type":48,"value":344},"Display name",{"type":42,"tag":127,"props":346,"children":347},{},[348],{"type":48,"value":349},"Must be unique — carriers reject identical names + logos",{"type":42,"tag":100,"props":351,"children":352},{},[353,361],{"type":42,"tag":127,"props":354,"children":355},{},[356],{"type":42,"tag":60,"props":357,"children":358},{},[359],{"type":48,"value":360},"Logo",{"type":42,"tag":127,"props":362,"children":363},{},[364],{"type":48,"value":365},"224x224px, max 50KB, PNG\u002FJPEG",{"type":42,"tag":100,"props":367,"children":368},{},[369,377],{"type":42,"tag":127,"props":370,"children":371},{},[372],{"type":42,"tag":60,"props":373,"children":374},{},[375],{"type":48,"value":376},"Banner",{"type":42,"tag":127,"props":378,"children":379},{},[380],{"type":48,"value":381},"1140x448px, max 200KB",{"type":42,"tag":100,"props":383,"children":384},{},[385,393],{"type":42,"tag":127,"props":386,"children":387},{},[388],{"type":42,"tag":60,"props":389,"children":390},{},[391],{"type":48,"value":392},"Accent color",{"type":42,"tag":127,"props":394,"children":395},{},[396],{"type":48,"value":397},"Hex code, must have 4.5:1 contrast ratio vs white",{"type":42,"tag":100,"props":399,"children":400},{},[401,409],{"type":42,"tag":127,"props":402,"children":403},{},[404],{"type":42,"tag":60,"props":405,"children":406},{},[407],{"type":48,"value":408},"Description",{"type":42,"tag":127,"props":410,"children":411},{},[412],{"type":48,"value":413},"What your business does and why you're messaging",{"type":42,"tag":100,"props":415,"children":416},{},[417,425],{"type":42,"tag":127,"props":418,"children":419},{},[420],{"type":42,"tag":60,"props":421,"children":422},{},[423],{"type":48,"value":424},"Phone number",{"type":42,"tag":127,"props":426,"children":427},{},[428],{"type":48,"value":429},"Customer support contact number",{"type":42,"tag":100,"props":431,"children":432},{},[433,441],{"type":42,"tag":127,"props":434,"children":435},{},[436],{"type":42,"tag":60,"props":437,"children":438},{},[439],{"type":48,"value":440},"Website",{"type":42,"tag":127,"props":442,"children":443},{},[444],{"type":48,"value":445},"Must match business identity",{"type":42,"tag":85,"props":447,"children":449},{"id":448},"part-2-privacy-policy-terms-of-service",[450],{"type":48,"value":451},"Part 2: Privacy Policy & Terms of Service",{"type":42,"tag":211,"props":453,"children":454},{},[455,460,465,470,482],{"type":42,"tag":215,"props":456,"children":457},{},[458],{"type":48,"value":459},"Privacy policy URL — must be publicly accessible",{"type":42,"tag":215,"props":461,"children":462},{},[463],{"type":48,"value":464},"Terms of Service URL — must be publicly accessible",{"type":42,"tag":215,"props":466,"children":467},{},[468],{"type":48,"value":469},"Both must cover SMS\u002FRCS messaging, data handling, opt-out process",{"type":42,"tag":215,"props":471,"children":472},{},[473,475,480],{"type":48,"value":474},"The privacy policy ",{"type":42,"tag":60,"props":476,"children":477},{},[478],{"type":48,"value":479},"must state",{"type":48,"value":481}," that information will be shared with third parties for the purpose of transmitting RCS messages",{"type":42,"tag":215,"props":483,"children":484},{},[485],{"type":48,"value":486},"Some countries require local-language versions",{"type":42,"tag":51,"props":488,"children":489},{},[490,492,499],{"type":48,"value":491},"For US-specific compliance details, see the ",{"type":42,"tag":190,"props":493,"children":496},{"href":494,"rel":495},"https:\u002F\u002Fhelp.twilio.com\u002Farticles\u002F49174994355355-RCS-Compliance-Onboarding-Guide",[194],[497],{"type":48,"value":498},"RCS Compliance Onboarding Guide",{"type":48,"value":83},{"type":42,"tag":85,"props":501,"children":503},{"id":502},"part-3-eligibility-acceptable-use",[504],{"type":48,"value":505},"Part 3: Eligibility & Acceptable Use",{"type":42,"tag":51,"props":507,"children":508},{},[509],{"type":48,"value":510},"US carriers require:",{"type":42,"tag":211,"props":512,"children":513},{},[514,519,524,529],{"type":42,"tag":215,"props":515,"children":516},{},[517],{"type":48,"value":518},"Legal business name matching EIN records",{"type":42,"tag":215,"props":520,"children":521},{},[522],{"type":48,"value":523},"EIN (Employer Identification Number)",{"type":42,"tag":215,"props":525,"children":526},{},[527],{"type":48,"value":528},"Business must not be on restricted industries list (cannabis, firearms, etc.)",{"type":42,"tag":215,"props":530,"children":531},{},[532],{"type":48,"value":533},"CTIA Messaging Principles and Best Practices handbook compliance",{"type":42,"tag":85,"props":535,"children":537},{"id":536},"part-4-campaign-details",[538],{"type":48,"value":539},"Part 4: Campaign Details",{"type":42,"tag":211,"props":541,"children":542},{},[543,548,553,558],{"type":42,"tag":215,"props":544,"children":545},{},[546],{"type":48,"value":547},"Use case category (transactional, promotional, OTP, mixed)",{"type":42,"tag":215,"props":549,"children":550},{},[551],{"type":48,"value":552},"Traffic volume estimates",{"type":42,"tag":215,"props":554,"children":555},{},[556],{"type":48,"value":557},"Campaign description with specific messaging scenarios",{"type":42,"tag":215,"props":559,"children":560},{},[561],{"type":48,"value":562},"For recurring messages: frequency, content types",{"type":42,"tag":85,"props":564,"children":566},{"id":565},"part-5-opt-in-consent",[567],{"type":48,"value":568},"Part 5: Opt-In & Consent",{"type":42,"tag":211,"props":570,"children":571},{},[572,577,582,587],{"type":42,"tag":215,"props":573,"children":574},{},[575],{"type":48,"value":576},"Describe how users opt in to receive RCS messages",{"type":42,"tag":215,"props":578,"children":579},{},[580],{"type":48,"value":581},"Must show explicit consent collection mechanism",{"type":42,"tag":215,"props":583,"children":584},{},[585],{"type":48,"value":586},"Opt-in must be specific to RCS\u002Fmessaging (not buried in general ToS)",{"type":42,"tag":215,"props":588,"children":589},{},[590],{"type":48,"value":591},"HELP and STOP keyword handling required",{"type":42,"tag":85,"props":593,"children":595},{"id":594},"part-6-sample-messages",[596],{"type":48,"value":597},"Part 6: Sample Messages",{"type":42,"tag":211,"props":599,"children":600},{},[601,606,611],{"type":42,"tag":215,"props":602,"children":603},{},[604],{"type":48,"value":605},"2+ sample messages that match your declared use case",{"type":42,"tag":215,"props":607,"children":608},{},[609],{"type":48,"value":610},"Must include opt-out language",{"type":42,"tag":215,"props":612,"children":613},{},[614],{"type":48,"value":615},"Must reflect actual message content (not generic)",{"type":42,"tag":85,"props":617,"children":619},{"id":618},"part-7-common-rejection-reasons",[620],{"type":48,"value":621},"Part 7: Common Rejection Reasons",{"type":42,"tag":92,"props":623,"children":624},{},[625,641],{"type":42,"tag":96,"props":626,"children":627},{},[628],{"type":42,"tag":100,"props":629,"children":630},{},[631,636],{"type":42,"tag":104,"props":632,"children":633},{},[634],{"type":48,"value":635},"Rejection reason",{"type":42,"tag":104,"props":637,"children":638},{},[639],{"type":48,"value":640},"Fix",{"type":42,"tag":120,"props":642,"children":643},{},[644,657,670,683,696,709,722],{"type":42,"tag":100,"props":645,"children":646},{},[647,652],{"type":42,"tag":127,"props":648,"children":649},{},[650],{"type":48,"value":651},"Display name not unique",{"type":42,"tag":127,"props":653,"children":654},{},[655],{"type":48,"value":656},"Choose a distinct name — carriers reject duplicates",{"type":42,"tag":100,"props":658,"children":659},{},[660,665],{"type":42,"tag":127,"props":661,"children":662},{},[663],{"type":48,"value":664},"Logo\u002Fbanner don't meet specs",{"type":42,"tag":127,"props":666,"children":667},{},[668],{"type":48,"value":669},"Check dimensions and file size exactly",{"type":42,"tag":100,"props":671,"children":672},{},[673,678],{"type":42,"tag":127,"props":674,"children":675},{},[676],{"type":48,"value":677},"Privacy policy doesn't mention messaging",{"type":42,"tag":127,"props":679,"children":680},{},[681],{"type":48,"value":682},"Add RCS\u002FSMS data handling section",{"type":42,"tag":100,"props":684,"children":685},{},[686,691],{"type":42,"tag":127,"props":687,"children":688},{},[689],{"type":48,"value":690},"Sample messages don't match use case",{"type":42,"tag":127,"props":692,"children":693},{},[694],{"type":48,"value":695},"Align samples with campaign description",{"type":42,"tag":100,"props":697,"children":698},{},[699,704],{"type":42,"tag":127,"props":700,"children":701},{},[702],{"type":48,"value":703},"Opt-in process too vague",{"type":42,"tag":127,"props":705,"children":706},{},[707],{"type":48,"value":708},"Show specific UI\u002Fflow for consent collection",{"type":42,"tag":100,"props":710,"children":711},{},[712,717],{"type":42,"tag":127,"props":713,"children":714},{},[715],{"type":48,"value":716},"Business info doesn't match EIN",{"type":42,"tag":127,"props":718,"children":719},{},[720],{"type":48,"value":721},"Legal name and EIN must match IRS records exactly",{"type":42,"tag":100,"props":723,"children":724},{},[725,730],{"type":42,"tag":127,"props":726,"children":727},{},[728],{"type":48,"value":729},"Media URLs not publicly accessible",{"type":42,"tag":127,"props":731,"children":732},{},[733],{"type":48,"value":734},"All images\u002Fvideos must be on public URLs — carriers verify during review",{"type":42,"tag":85,"props":736,"children":738},{"id":737},"registration-flow",[739],{"type":48,"value":740},"Registration Flow",{"type":42,"tag":742,"props":743,"children":744},"ol",{},[745,755,765,798,808],{"type":42,"tag":215,"props":746,"children":747},{},[748,753],{"type":42,"tag":60,"props":749,"children":750},{},[751],{"type":48,"value":752},"Create RCS Sender",{"type":48,"value":754}," in Console → complete all 7 parts above",{"type":42,"tag":215,"props":756,"children":757},{},[758,763],{"type":42,"tag":60,"props":759,"children":760},{},[761],{"type":48,"value":762},"Test Phase",{"type":48,"value":764}," — Add test devices, send and receive messages without carrier approval. Non-test devices get SMS fallback.",{"type":42,"tag":215,"props":766,"children":767},{},[768,773,775],{"type":42,"tag":60,"props":769,"children":770},{},[771],{"type":48,"value":772},"Compliance Submission",{"type":48,"value":774}," — Twilio specialist reviews, then submits to Google + carriers:\n",{"type":42,"tag":211,"props":776,"children":777},{},[778,788],{"type":42,"tag":215,"props":779,"children":780},{},[781,786],{"type":42,"tag":60,"props":782,"children":783},{},[784],{"type":48,"value":785},"Google registration:",{"type":48,"value":787}," authorized rep details, opt-in\u002Fopt-out policy, use case video, interaction flow",{"type":42,"tag":215,"props":789,"children":790},{},[791,796],{"type":42,"tag":60,"props":792,"children":793},{},[794],{"type":48,"value":795},"US registration (additional):",{"type":48,"value":797}," legal business name + EIN, traffic metrics, CTIA compliance, HELP\u002FSTOP examples",{"type":42,"tag":215,"props":799,"children":800},{},[801,806],{"type":42,"tag":60,"props":802,"children":803},{},[804],{"type":48,"value":805},"Carrier approval",{"type":48,"value":807}," — Per-carrier, per-country. First carrier approval = you can go live in that country.",{"type":42,"tag":215,"props":809,"children":810},{},[811,816],{"type":42,"tag":60,"props":812,"children":813},{},[814],{"type":48,"value":815},"Go live",{"type":48,"value":817}," — Add RCS Sender to your Messaging Service. Start sending.",{"type":42,"tag":201,"props":819,"children":820},{},[],{"type":42,"tag":43,"props":822,"children":824},{"id":823},"sending-rcs-messages",[825],{"type":48,"value":826},"Sending RCS Messages",{"type":42,"tag":51,"props":828,"children":829},{},[830,831,836],{"type":48,"value":64},{"type":42,"tag":66,"props":832,"children":834},{"className":833},[],[835],{"type":48,"value":71},{"type":48,"value":837}," API. No address prefix needed — Twilio routes based on the sender type.",{"type":42,"tag":51,"props":839,"children":840},{},[841],{"type":42,"tag":60,"props":842,"children":843},{},[844],{"type":48,"value":845},"Python",{"type":42,"tag":847,"props":848,"children":853},"pre",{"className":849,"code":850,"language":851,"meta":852,"style":852},"language-python shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","import os\nfrom twilio.rest import Client\n\nclient = Client(os.environ[\"TWILIO_ACCOUNT_SID\"], os.environ[\"TWILIO_AUTH_TOKEN\"])\n\nmessage = client.messages.create(\n    messaging_service_sid=\"MGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    to=\"+15558675310\",\n    body=\"Your order has shipped! Track it here: https:\u002F\u002Fexample.com\u002Ftrack\u002F12345\"\n)\nprint(message.sid, message.status)\n","python","",[854],{"type":42,"tag":66,"props":855,"children":856},{"__ignoreMap":852},[857,868,877,887,896,904,913,921,930,939,948],{"type":42,"tag":858,"props":859,"children":862},"span",{"class":860,"line":861},"line",1,[863],{"type":42,"tag":858,"props":864,"children":865},{},[866],{"type":48,"value":867},"import os\n",{"type":42,"tag":858,"props":869,"children":871},{"class":860,"line":870},2,[872],{"type":42,"tag":858,"props":873,"children":874},{},[875],{"type":48,"value":876},"from twilio.rest import Client\n",{"type":42,"tag":858,"props":878,"children":880},{"class":860,"line":879},3,[881],{"type":42,"tag":858,"props":882,"children":884},{"emptyLinePlaceholder":883},true,[885],{"type":48,"value":886},"\n",{"type":42,"tag":858,"props":888,"children":890},{"class":860,"line":889},4,[891],{"type":42,"tag":858,"props":892,"children":893},{},[894],{"type":48,"value":895},"client = Client(os.environ[\"TWILIO_ACCOUNT_SID\"], os.environ[\"TWILIO_AUTH_TOKEN\"])\n",{"type":42,"tag":858,"props":897,"children":899},{"class":860,"line":898},5,[900],{"type":42,"tag":858,"props":901,"children":902},{"emptyLinePlaceholder":883},[903],{"type":48,"value":886},{"type":42,"tag":858,"props":905,"children":907},{"class":860,"line":906},6,[908],{"type":42,"tag":858,"props":909,"children":910},{},[911],{"type":48,"value":912},"message = client.messages.create(\n",{"type":42,"tag":858,"props":914,"children":915},{"class":860,"line":30},[916],{"type":42,"tag":858,"props":917,"children":918},{},[919],{"type":48,"value":920},"    messaging_service_sid=\"MGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n",{"type":42,"tag":858,"props":922,"children":924},{"class":860,"line":923},8,[925],{"type":42,"tag":858,"props":926,"children":927},{},[928],{"type":48,"value":929},"    to=\"+15558675310\",\n",{"type":42,"tag":858,"props":931,"children":933},{"class":860,"line":932},9,[934],{"type":42,"tag":858,"props":935,"children":936},{},[937],{"type":48,"value":938},"    body=\"Your order has shipped! Track it here: https:\u002F\u002Fexample.com\u002Ftrack\u002F12345\"\n",{"type":42,"tag":858,"props":940,"children":942},{"class":860,"line":941},10,[943],{"type":42,"tag":858,"props":944,"children":945},{},[946],{"type":48,"value":947},")\n",{"type":42,"tag":858,"props":949,"children":951},{"class":860,"line":950},11,[952],{"type":42,"tag":858,"props":953,"children":954},{},[955],{"type":48,"value":956},"print(message.sid, message.status)\n",{"type":42,"tag":51,"props":958,"children":959},{},[960],{"type":42,"tag":60,"props":961,"children":962},{},[963],{"type":48,"value":964},"Node.js",{"type":42,"tag":847,"props":966,"children":970},{"className":967,"code":968,"language":969,"meta":852,"style":852},"language-javascript shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","const twilio = require(\"twilio\");\nconst client = twilio(process.env.TWILIO_ACCOUNT_SID, process.env.TWILIO_AUTH_TOKEN);\n\nconst message = await client.messages.create({\n    messagingServiceSid: \"MGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    to: \"+15558675310\",\n    body: \"Your order has shipped! Track it here: https:\u002F\u002Fexample.com\u002Ftrack\u002F12345\",\n});\nconsole.log(message.sid, message.status);\n","javascript",[971],{"type":42,"tag":66,"props":972,"children":973},{"__ignoreMap":852},[974,1030,1104,1111,1165,1198,1227,1256,1272],{"type":42,"tag":858,"props":975,"children":976},{"class":860,"line":861},[977,983,989,995,1001,1006,1011,1016,1020,1025],{"type":42,"tag":858,"props":978,"children":980},{"style":979},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[981],{"type":48,"value":982},"const",{"type":42,"tag":858,"props":984,"children":986},{"style":985},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[987],{"type":48,"value":988}," twilio ",{"type":42,"tag":858,"props":990,"children":992},{"style":991},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[993],{"type":48,"value":994},"=",{"type":42,"tag":858,"props":996,"children":998},{"style":997},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[999],{"type":48,"value":1000}," require",{"type":42,"tag":858,"props":1002,"children":1003},{"style":985},[1004],{"type":48,"value":1005},"(",{"type":42,"tag":858,"props":1007,"children":1008},{"style":991},[1009],{"type":48,"value":1010},"\"",{"type":42,"tag":858,"props":1012,"children":1014},{"style":1013},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[1015],{"type":48,"value":8},{"type":42,"tag":858,"props":1017,"children":1018},{"style":991},[1019],{"type":48,"value":1010},{"type":42,"tag":858,"props":1021,"children":1022},{"style":985},[1023],{"type":48,"value":1024},")",{"type":42,"tag":858,"props":1026,"children":1027},{"style":991},[1028],{"type":48,"value":1029},";\n",{"type":42,"tag":858,"props":1031,"children":1032},{"class":860,"line":870},[1033,1037,1042,1046,1051,1056,1060,1065,1069,1073,1078,1083,1087,1091,1095,1100],{"type":42,"tag":858,"props":1034,"children":1035},{"style":979},[1036],{"type":48,"value":982},{"type":42,"tag":858,"props":1038,"children":1039},{"style":985},[1040],{"type":48,"value":1041}," client ",{"type":42,"tag":858,"props":1043,"children":1044},{"style":991},[1045],{"type":48,"value":994},{"type":42,"tag":858,"props":1047,"children":1048},{"style":997},[1049],{"type":48,"value":1050}," twilio",{"type":42,"tag":858,"props":1052,"children":1053},{"style":985},[1054],{"type":48,"value":1055},"(process",{"type":42,"tag":858,"props":1057,"children":1058},{"style":991},[1059],{"type":48,"value":83},{"type":42,"tag":858,"props":1061,"children":1062},{"style":985},[1063],{"type":48,"value":1064},"env",{"type":42,"tag":858,"props":1066,"children":1067},{"style":991},[1068],{"type":48,"value":83},{"type":42,"tag":858,"props":1070,"children":1071},{"style":985},[1072],{"type":48,"value":242},{"type":42,"tag":858,"props":1074,"children":1075},{"style":991},[1076],{"type":48,"value":1077},",",{"type":42,"tag":858,"props":1079,"children":1080},{"style":985},[1081],{"type":48,"value":1082}," process",{"type":42,"tag":858,"props":1084,"children":1085},{"style":991},[1086],{"type":48,"value":83},{"type":42,"tag":858,"props":1088,"children":1089},{"style":985},[1090],{"type":48,"value":1064},{"type":42,"tag":858,"props":1092,"children":1093},{"style":991},[1094],{"type":48,"value":83},{"type":42,"tag":858,"props":1096,"children":1097},{"style":985},[1098],{"type":48,"value":1099},"TWILIO_AUTH_TOKEN)",{"type":42,"tag":858,"props":1101,"children":1102},{"style":991},[1103],{"type":48,"value":1029},{"type":42,"tag":858,"props":1105,"children":1106},{"class":860,"line":879},[1107],{"type":42,"tag":858,"props":1108,"children":1109},{"emptyLinePlaceholder":883},[1110],{"type":48,"value":886},{"type":42,"tag":858,"props":1112,"children":1113},{"class":860,"line":889},[1114,1118,1123,1127,1133,1138,1142,1147,1151,1156,1160],{"type":42,"tag":858,"props":1115,"children":1116},{"style":979},[1117],{"type":48,"value":982},{"type":42,"tag":858,"props":1119,"children":1120},{"style":985},[1121],{"type":48,"value":1122}," message ",{"type":42,"tag":858,"props":1124,"children":1125},{"style":991},[1126],{"type":48,"value":994},{"type":42,"tag":858,"props":1128,"children":1130},{"style":1129},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[1131],{"type":48,"value":1132}," await",{"type":42,"tag":858,"props":1134,"children":1135},{"style":985},[1136],{"type":48,"value":1137}," client",{"type":42,"tag":858,"props":1139,"children":1140},{"style":991},[1141],{"type":48,"value":83},{"type":42,"tag":858,"props":1143,"children":1144},{"style":985},[1145],{"type":48,"value":1146},"messages",{"type":42,"tag":858,"props":1148,"children":1149},{"style":991},[1150],{"type":48,"value":83},{"type":42,"tag":858,"props":1152,"children":1153},{"style":997},[1154],{"type":48,"value":1155},"create",{"type":42,"tag":858,"props":1157,"children":1158},{"style":985},[1159],{"type":48,"value":1005},{"type":42,"tag":858,"props":1161,"children":1162},{"style":991},[1163],{"type":48,"value":1164},"{\n",{"type":42,"tag":858,"props":1166,"children":1167},{"class":860,"line":898},[1168,1174,1179,1184,1189,1193],{"type":42,"tag":858,"props":1169,"children":1171},{"style":1170},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[1172],{"type":48,"value":1173},"    messagingServiceSid",{"type":42,"tag":858,"props":1175,"children":1176},{"style":991},[1177],{"type":48,"value":1178},":",{"type":42,"tag":858,"props":1180,"children":1181},{"style":991},[1182],{"type":48,"value":1183}," \"",{"type":42,"tag":858,"props":1185,"children":1186},{"style":1013},[1187],{"type":48,"value":1188},"MGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",{"type":42,"tag":858,"props":1190,"children":1191},{"style":991},[1192],{"type":48,"value":1010},{"type":42,"tag":858,"props":1194,"children":1195},{"style":991},[1196],{"type":48,"value":1197},",\n",{"type":42,"tag":858,"props":1199,"children":1200},{"class":860,"line":906},[1201,1206,1210,1214,1219,1223],{"type":42,"tag":858,"props":1202,"children":1203},{"style":1170},[1204],{"type":48,"value":1205},"    to",{"type":42,"tag":858,"props":1207,"children":1208},{"style":991},[1209],{"type":48,"value":1178},{"type":42,"tag":858,"props":1211,"children":1212},{"style":991},[1213],{"type":48,"value":1183},{"type":42,"tag":858,"props":1215,"children":1216},{"style":1013},[1217],{"type":48,"value":1218},"+15558675310",{"type":42,"tag":858,"props":1220,"children":1221},{"style":991},[1222],{"type":48,"value":1010},{"type":42,"tag":858,"props":1224,"children":1225},{"style":991},[1226],{"type":48,"value":1197},{"type":42,"tag":858,"props":1228,"children":1229},{"class":860,"line":30},[1230,1235,1239,1243,1248,1252],{"type":42,"tag":858,"props":1231,"children":1232},{"style":1170},[1233],{"type":48,"value":1234},"    body",{"type":42,"tag":858,"props":1236,"children":1237},{"style":991},[1238],{"type":48,"value":1178},{"type":42,"tag":858,"props":1240,"children":1241},{"style":991},[1242],{"type":48,"value":1183},{"type":42,"tag":858,"props":1244,"children":1245},{"style":1013},[1246],{"type":48,"value":1247},"Your order has shipped! Track it here: https:\u002F\u002Fexample.com\u002Ftrack\u002F12345",{"type":42,"tag":858,"props":1249,"children":1250},{"style":991},[1251],{"type":48,"value":1010},{"type":42,"tag":858,"props":1253,"children":1254},{"style":991},[1255],{"type":48,"value":1197},{"type":42,"tag":858,"props":1257,"children":1258},{"class":860,"line":923},[1259,1264,1268],{"type":42,"tag":858,"props":1260,"children":1261},{"style":991},[1262],{"type":48,"value":1263},"}",{"type":42,"tag":858,"props":1265,"children":1266},{"style":985},[1267],{"type":48,"value":1024},{"type":42,"tag":858,"props":1269,"children":1270},{"style":991},[1271],{"type":48,"value":1029},{"type":42,"tag":858,"props":1273,"children":1274},{"class":860,"line":932},[1275,1280,1284,1289,1294,1298,1303,1307,1312,1316,1321],{"type":42,"tag":858,"props":1276,"children":1277},{"style":985},[1278],{"type":48,"value":1279},"console",{"type":42,"tag":858,"props":1281,"children":1282},{"style":991},[1283],{"type":48,"value":83},{"type":42,"tag":858,"props":1285,"children":1286},{"style":997},[1287],{"type":48,"value":1288},"log",{"type":42,"tag":858,"props":1290,"children":1291},{"style":985},[1292],{"type":48,"value":1293},"(message",{"type":42,"tag":858,"props":1295,"children":1296},{"style":991},[1297],{"type":48,"value":83},{"type":42,"tag":858,"props":1299,"children":1300},{"style":985},[1301],{"type":48,"value":1302},"sid",{"type":42,"tag":858,"props":1304,"children":1305},{"style":991},[1306],{"type":48,"value":1077},{"type":42,"tag":858,"props":1308,"children":1309},{"style":985},[1310],{"type":48,"value":1311}," message",{"type":42,"tag":858,"props":1313,"children":1314},{"style":991},[1315],{"type":48,"value":83},{"type":42,"tag":858,"props":1317,"children":1318},{"style":985},[1319],{"type":48,"value":1320},"status)",{"type":42,"tag":858,"props":1322,"children":1323},{"style":991},[1324],{"type":48,"value":1029},{"type":42,"tag":85,"props":1326,"children":1328},{"id":1327},"rich-cards-carousels",[1329],{"type":48,"value":1330},"Rich Cards & Carousels",{"type":42,"tag":51,"props":1332,"children":1333},{},[1334,1336,1342,1344,1350],{"type":48,"value":1335},"Use Content Templates for rich RCS messages (cards with images, titles, descriptions, and action buttons). Create templates via ",{"type":42,"tag":66,"props":1337,"children":1339},{"className":1338},[],[1340],{"type":48,"value":1341},"twilio-content-template-builder",{"type":48,"value":1343},", then send with ",{"type":42,"tag":66,"props":1345,"children":1347},{"className":1346},[],[1348],{"type":48,"value":1349},"contentSid",{"type":48,"value":1178},{"type":42,"tag":51,"props":1352,"children":1353},{},[1354],{"type":42,"tag":60,"props":1355,"children":1356},{},[1357],{"type":48,"value":845},{"type":42,"tag":847,"props":1359,"children":1361},{"className":849,"code":1360,"language":851,"meta":852,"style":852},"message = client.messages.create(\n    messaging_service_sid=\"MGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    to=\"+15558675310\",\n    content_sid=\"HXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    content_variables='{\"1\": \"Order #12345\", \"2\": \"$49.99\"}'\n)\n",[1362],{"type":42,"tag":66,"props":1363,"children":1364},{"__ignoreMap":852},[1365,1372,1379,1386,1394,1402],{"type":42,"tag":858,"props":1366,"children":1367},{"class":860,"line":861},[1368],{"type":42,"tag":858,"props":1369,"children":1370},{},[1371],{"type":48,"value":912},{"type":42,"tag":858,"props":1373,"children":1374},{"class":860,"line":870},[1375],{"type":42,"tag":858,"props":1376,"children":1377},{},[1378],{"type":48,"value":920},{"type":42,"tag":858,"props":1380,"children":1381},{"class":860,"line":879},[1382],{"type":42,"tag":858,"props":1383,"children":1384},{},[1385],{"type":48,"value":929},{"type":42,"tag":858,"props":1387,"children":1388},{"class":860,"line":889},[1389],{"type":42,"tag":858,"props":1390,"children":1391},{},[1392],{"type":48,"value":1393},"    content_sid=\"HXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n",{"type":42,"tag":858,"props":1395,"children":1396},{"class":860,"line":898},[1397],{"type":42,"tag":858,"props":1398,"children":1399},{},[1400],{"type":48,"value":1401},"    content_variables='{\"1\": \"Order #12345\", \"2\": \"$49.99\"}'\n",{"type":42,"tag":858,"props":1403,"children":1404},{"class":860,"line":906},[1405],{"type":42,"tag":858,"props":1406,"children":1407},{},[1408],{"type":48,"value":947},{"type":42,"tag":85,"props":1410,"children":1412},{"id":1411},"sms-fallback",[1413],{"type":48,"value":1414},"SMS Fallback",{"type":42,"tag":51,"props":1416,"children":1417},{},[1418],{"type":48,"value":1419},"When a recipient's device doesn't support RCS Business Messaging, Twilio automatically falls back to SMS — no code changes needed. This is handled at the Messaging Service level.",{"type":42,"tag":211,"props":1421,"children":1422},{},[1423,1428,1441],{"type":42,"tag":215,"props":1424,"children":1425},{},[1426],{"type":48,"value":1427},"Fallback is automatic when the Messaging Service has both RCS sender and phone numbers",{"type":42,"tag":215,"props":1429,"children":1430},{},[1431,1433,1439],{"type":48,"value":1432},"If you send via ",{"type":42,"tag":66,"props":1434,"children":1436},{"className":1435},[],[1437],{"type":48,"value":1438},"messagingServiceSid",{"type":48,"value":1440},", Twilio checks RCS capability first, then falls back to SMS",{"type":42,"tag":215,"props":1442,"children":1443},{},[1444],{"type":48,"value":1445},"Without Twilio's fallback: the message simply fails to deliver (no automatic retry to SMS)",{"type":42,"tag":201,"props":1447,"children":1448},{},[],{"type":42,"tag":43,"props":1450,"children":1452},{"id":1451},"multiple-rcs-senders",[1453],{"type":48,"value":1454},"Multiple RCS Senders",{"type":42,"tag":51,"props":1456,"children":1457},{},[1458,1460,1465],{"type":48,"value":1459},"A single brand can have multiple RCS senders, but each must have a ",{"type":42,"tag":60,"props":1461,"children":1462},{},[1463],{"type":48,"value":1464},"distinct use case",{"type":48,"value":1466}," (e.g., one for transactional, one for marketing). The use case must be clearly different — carriers reject duplicate-purpose senders for the same brand.",{"type":42,"tag":211,"props":1468,"children":1469},{},[1470,1475,1480],{"type":42,"tag":215,"props":1471,"children":1472},{},[1473],{"type":48,"value":1474},"Each sender has its own display name, logo, and campaign details",{"type":42,"tag":215,"props":1476,"children":1477},{},[1478],{"type":48,"value":1479},"All senders go through independent carrier approval",{"type":42,"tag":215,"props":1481,"children":1482},{},[1483],{"type":48,"value":1484},"Each sender can only belong to one Messaging Service",{"type":42,"tag":43,"props":1486,"children":1488},{"id":1487},"isv-path",[1489],{"type":48,"value":1490},"ISV Path",{"type":42,"tag":51,"props":1492,"children":1493},{},[1494],{"type":48,"value":1495},"ISVs (Independent Software Vendors) registering RCS senders for client businesses:",{"type":42,"tag":211,"props":1497,"children":1498},{},[1499,1504,1509,1514],{"type":42,"tag":215,"props":1500,"children":1501},{},[1502],{"type":48,"value":1503},"Can register on behalf of clients using the same compliance process",{"type":42,"tag":215,"props":1505,"children":1506},{},[1507],{"type":48,"value":1508},"Each client business needs its own RCS Sender with its own branding",{"type":42,"tag":215,"props":1510,"children":1511},{},[1512],{"type":48,"value":1513},"The ISV's Twilio account can host multiple RCS Senders",{"type":42,"tag":215,"props":1515,"children":1516},{},[1517,1519,1524],{"type":48,"value":1518},"Programmatic sender creation at scale is ",{"type":42,"tag":60,"props":1520,"children":1521},{},[1522],{"type":48,"value":1523},"not supported",{"type":48,"value":1525}," — each sender must be created individually in Console",{"type":42,"tag":201,"props":1527,"children":1528},{},[],{"type":42,"tag":43,"props":1530,"children":1532},{"id":1531},"common-errors",[1533],{"type":48,"value":1534},"Common Errors",{"type":42,"tag":92,"props":1536,"children":1537},{},[1538,1558],{"type":42,"tag":96,"props":1539,"children":1540},{},[1541],{"type":42,"tag":100,"props":1542,"children":1543},{},[1544,1549,1554],{"type":42,"tag":104,"props":1545,"children":1546},{},[1547],{"type":48,"value":1548},"Error",{"type":42,"tag":104,"props":1550,"children":1551},{},[1552],{"type":48,"value":1553},"Meaning",{"type":42,"tag":104,"props":1555,"children":1556},{},[1557],{"type":48,"value":640},{"type":42,"tag":120,"props":1559,"children":1560},{},[1561,1579,1597,1615],{"type":42,"tag":100,"props":1562,"children":1563},{},[1564,1569,1574],{"type":42,"tag":127,"props":1565,"children":1566},{},[1567],{"type":48,"value":1568},"Sender not approved",{"type":42,"tag":127,"props":1570,"children":1571},{},[1572],{"type":48,"value":1573},"RCS sender hasn't completed carrier approval",{"type":42,"tag":127,"props":1575,"children":1576},{},[1577],{"type":48,"value":1578},"Complete compliance onboarding; use test devices in the meantime",{"type":42,"tag":100,"props":1580,"children":1581},{},[1582,1587,1592],{"type":42,"tag":127,"props":1583,"children":1584},{},[1585],{"type":48,"value":1586},"Device not capable",{"type":42,"tag":127,"props":1588,"children":1589},{},[1590],{"type":48,"value":1591},"Recipient can't receive RCS Business Messages",{"type":42,"tag":127,"props":1593,"children":1594},{},[1595],{"type":48,"value":1596},"Twilio falls back to SMS automatically if fallback is configured",{"type":42,"tag":100,"props":1598,"children":1599},{},[1600,1605,1610],{"type":42,"tag":127,"props":1601,"children":1602},{},[1603],{"type":48,"value":1604},"Media URL inaccessible",{"type":42,"tag":127,"props":1606,"children":1607},{},[1608],{"type":48,"value":1609},"Rich card image\u002Fvideo not publicly accessible",{"type":42,"tag":127,"props":1611,"children":1612},{},[1613],{"type":48,"value":1614},"Host media on public URLs",{"type":42,"tag":100,"props":1616,"children":1617},{},[1618,1623,1628],{"type":42,"tag":127,"props":1619,"children":1620},{},[1621],{"type":48,"value":1622},"Display name rejected",{"type":42,"tag":127,"props":1624,"children":1625},{},[1626],{"type":48,"value":1627},"Name conflicts with existing RCS sender",{"type":42,"tag":127,"props":1629,"children":1630},{},[1631],{"type":48,"value":1632},"Choose a unique display name",{"type":42,"tag":201,"props":1634,"children":1635},{},[],{"type":42,"tag":43,"props":1637,"children":1639},{"id":1638},"cannot",[1640],{"type":48,"value":1641},"CANNOT",{"type":42,"tag":211,"props":1643,"children":1644},{},[1645,1655,1665,1675,1685,1695,1705,1715,1725,1735],{"type":42,"tag":215,"props":1646,"children":1647},{},[1648,1653],{"type":42,"tag":60,"props":1649,"children":1650},{},[1651],{"type":48,"value":1652},"Cannot use RCS on free trial accounts",{"type":48,"value":1654}," — Paid account required",{"type":42,"tag":215,"props":1656,"children":1657},{},[1658,1663],{"type":42,"tag":60,"props":1659,"children":1660},{},[1661],{"type":48,"value":1662},"Cannot send RCS without a Messaging Service",{"type":48,"value":1664}," — RCS senders must be added to a Messaging Service",{"type":42,"tag":215,"props":1666,"children":1667},{},[1668,1673],{"type":42,"tag":60,"props":1669,"children":1670},{},[1671],{"type":48,"value":1672},"Cannot add an RCS sender to multiple Messaging Services",{"type":48,"value":1674}," — Each sender belongs to one service only",{"type":42,"tag":215,"props":1676,"children":1677},{},[1678,1683],{"type":42,"tag":60,"props":1679,"children":1680},{},[1681],{"type":48,"value":1682},"Cannot create RCS senders programmatically at scale",{"type":48,"value":1684}," — Console-only, one at a time",{"type":42,"tag":215,"props":1686,"children":1687},{},[1688,1693],{"type":42,"tag":60,"props":1689,"children":1690},{},[1691],{"type":48,"value":1692},"Cannot skip carrier approval",{"type":48,"value":1694}," — Even with Google approval, each carrier must independently approve in each country",{"type":42,"tag":215,"props":1696,"children":1697},{},[1698,1703],{"type":42,"tag":60,"props":1699,"children":1700},{},[1701],{"type":48,"value":1702},"Cannot guarantee RCS delivery to iOS",{"type":48,"value":1704}," — iOS 18 supports P2P RCS, but RCS Business Messaging support depends on Apple + carrier. Always have SMS fallback.",{"type":42,"tag":215,"props":1706,"children":1707},{},[1708,1713],{"type":42,"tag":60,"props":1709,"children":1710},{},[1711],{"type":48,"value":1712},"Cannot control fallback behavior per-message",{"type":48,"value":1714}," — Fallback to SMS is automatic at the Messaging Service level when both RCS and SMS senders are present",{"type":42,"tag":215,"props":1716,"children":1717},{},[1718,1723],{"type":42,"tag":60,"props":1719,"children":1720},{},[1721],{"type":48,"value":1722},"Cannot send RCS to landlines",{"type":48,"value":1724}," — Mobile-only channel",{"type":42,"tag":215,"props":1726,"children":1727},{},[1728,1733],{"type":42,"tag":60,"props":1729,"children":1730},{},[1731],{"type":48,"value":1732},"Cannot use unique display names that match existing senders",{"type":48,"value":1734}," — Carriers enforce uniqueness globally",{"type":42,"tag":215,"props":1736,"children":1737},{},[1738,1743],{"type":42,"tag":60,"props":1739,"children":1740},{},[1741],{"type":48,"value":1742},"Cannot update sender profile after approval without re-review",{"type":48,"value":1744}," — Profile changes trigger a new carrier review cycle",{"type":42,"tag":201,"props":1746,"children":1747},{},[],{"type":42,"tag":43,"props":1749,"children":1751},{"id":1750},"next-steps",[1752],{"type":48,"value":1753},"Next Steps",{"type":42,"tag":211,"props":1755,"children":1756},{},[1757,1772,1786,1801,1816],{"type":42,"tag":215,"props":1758,"children":1759},{},[1760,1765,1767],{"type":42,"tag":60,"props":1761,"children":1762},{},[1763],{"type":48,"value":1764},"Channel overview and onboarding guide:",{"type":48,"value":1766}," ",{"type":42,"tag":66,"props":1768,"children":1770},{"className":1769},[],[1771],{"type":48,"value":81},{"type":42,"tag":215,"props":1773,"children":1774},{},[1775,1780,1781],{"type":42,"tag":60,"props":1776,"children":1777},{},[1778],{"type":48,"value":1779},"Create rich message templates:",{"type":48,"value":1766},{"type":42,"tag":66,"props":1782,"children":1784},{"className":1783},[],[1785],{"type":48,"value":1341},{"type":42,"tag":215,"props":1787,"children":1788},{},[1789,1794,1795],{"type":42,"tag":60,"props":1790,"children":1791},{},[1792],{"type":48,"value":1793},"Set up Messaging Service for sender pool + fallback:",{"type":48,"value":1766},{"type":42,"tag":66,"props":1796,"children":1798},{"className":1797},[],[1799],{"type":48,"value":1800},"twilio-messaging-services",{"type":42,"tag":215,"props":1802,"children":1803},{},[1804,1809,1810],{"type":42,"tag":60,"props":1805,"children":1806},{},[1807],{"type":48,"value":1808},"Compliance registration for other channels:",{"type":48,"value":1766},{"type":42,"tag":66,"props":1811,"children":1813},{"className":1812},[],[1814],{"type":48,"value":1815},"twilio-compliance-onboarding",{"type":42,"tag":215,"props":1817,"children":1818},{},[1819,1824,1825],{"type":42,"tag":60,"props":1820,"children":1821},{},[1822],{"type":48,"value":1823},"Number and sender type selection:",{"type":48,"value":1766},{"type":42,"tag":66,"props":1826,"children":1828},{"className":1827},[],[1829],{"type":48,"value":1830},"twilio-numbers-senders",{"type":42,"tag":1832,"props":1833,"children":1834},"style",{},[1835],{"type":48,"value":1836},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1838,"total":1941},[1839,1855,1875,1886,1898,1911,1928],{"slug":1840,"name":1840,"fn":1841,"description":1842,"org":1843,"tags":1844,"stars":26,"repoUrl":27,"updatedAt":1854},"twilio-account-setup","configure Twilio accounts and credentials","Create and configure a Twilio account from scratch. Covers free trial signup, trial limitations, getting credentials (Account SID and Auth Token), buying a phone number, verifying recipient numbers for trial use, SDK installation, first API call, subaccount management (creation, inheritance, credential isolation, limits), and enabling specific products (AI Assistants, Conversations, Verify, ConversationRelay, WhatsApp). Use this skill before any other Twilio skill if you do not yet have a Twilio account or need to enable a product. For Organization-level governance (SSO, SCIM, multi-team), see `twilio-organizations-setup`.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1845,1848,1851],{"name":1846,"slug":1847,"type":15},"API Development","api-development",{"name":1849,"slug":1850,"type":15},"Communications","communications",{"name":1852,"slug":1853,"type":15},"SMS","sms","2026-08-01T05:43:28.968968",{"slug":1856,"name":1856,"fn":1857,"description":1858,"org":1859,"tags":1860,"stars":26,"repoUrl":27,"updatedAt":1874},"twilio-agent-augmentation-architect","augment human agents with AI intelligence","Planning skill for augmenting human agents with real-time AI intelligence. Qualifies the developer's use case across coaching, compliance, QA, and routing to recommend the right Conversation Intelligence + Conversation Memory + TaskRouter architecture. Handles both \"I want to add AI coaching to my call center\" and \"configure Conversation Intelligence operators for script adherence.\"\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1861,1864,1867,1870,1873],{"name":1862,"slug":1863,"type":15},"Agents","agents",{"name":1865,"slug":1866,"type":15},"AI","ai",{"name":1868,"slug":1869,"type":15},"Coaching","coaching",{"name":1871,"slug":1872,"type":15},"QA","qa",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:58.250609",{"slug":1876,"name":1876,"fn":1877,"description":1878,"org":1879,"tags":1880,"stars":26,"repoUrl":27,"updatedAt":1885},"twilio-agent-connect","connect AI agents to Twilio channels","Connect third-party AI agents (OpenAI, Bedrock, LangChain, Microsoft Foundry) to Twilio's communication channels using the Twilio Agent Connect SDK. Covers identity resolution, memory and context management via Conversation Memory, conversation orchestration via Conversation Orchestrator, multi-channel handling (Voice, SMS, RCS, WhatsApp, Chat), and AI-to-human escalation. Use this skill when integrating an existing LLM agent with Twilio services.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1881,1882,1883,1884],{"name":1862,"slug":1863,"type":15},{"name":1846,"slug":1847,"type":15},{"name":1849,"slug":1850,"type":15},{"name":9,"slug":8,"type":15},"2026-07-17T06:06:05.217098",{"slug":1887,"name":1887,"fn":1888,"description":1889,"org":1890,"tags":1891,"stars":26,"repoUrl":27,"updatedAt":1897},"twilio-ai-agent-architect","plan Twilio conversational AI agents","Planning skill for AI-powered conversational agents. Qualifies the developer's use case across outcome sophistication, entry point, and customer profile to recommend the right Twilio Conversations architecture and implementation skills. Handles both high-level requests (\"build me a voice AI assistant\") and specific ones (\"integrate ConversationRelay with my OpenAI backend\").\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1892,1893,1896],{"name":1862,"slug":1863,"type":15},{"name":1894,"slug":1895,"type":15},"Architecture","architecture",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:48.883723",{"slug":1899,"name":1899,"fn":1900,"description":1901,"org":1902,"tags":1903,"stars":26,"repoUrl":27,"updatedAt":1910},"twilio-call-recordings","record and manage Twilio voice calls","Record Twilio voice calls correctly. Covers the critical distinction between Record verb (voicemail) and Dial record (call recording), dual-channel for QA, mid-call pause for PCI, Conference recording, and the ConversationRelay workaround. Use this skill whenever you need to capture call audio for compliance, QA, or analytics.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1904,1907,1908,1909],{"name":1905,"slug":1906,"type":15},"Audio","audio",{"name":17,"slug":18,"type":15},{"name":1871,"slug":1872,"type":15},{"name":9,"slug":8,"type":15},"2026-07-17T06:07:55.268412",{"slug":1912,"name":1912,"fn":1913,"description":1914,"org":1915,"tags":1916,"stars":26,"repoUrl":27,"updatedAt":1927},"twilio-cli-reference","manage Twilio resources via CLI","Twilio CLI reference for managing Twilio resources from the terminal. Covers installation, credential profiles, phone number provisioning, sending SMS and email, webhook configuration, local development with a tunneling service, debugging with watch and logs, serverless deployment, and plugin ecosystem. Use when the developer asks to \"just do it\", \"set this up\", \"run a command\", mentions \"CLI\", \"command line\", or \"terminal\", or when an AI agent can execute a task directly instead of writing application code.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1917,1920,1923,1926],{"name":1918,"slug":1919,"type":15},"CLI","cli",{"name":1921,"slug":1922,"type":15},"Local Development","local-development",{"name":1924,"slug":1925,"type":15},"Operations","operations",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:54.925664",{"slug":1815,"name":1815,"fn":1929,"description":1930,"org":1931,"tags":1932,"stars":26,"repoUrl":27,"updatedAt":1940},"manage Twilio messaging and voice compliance","Registrations required BEFORE Twilio traffic works. Covers messaging programs (A2P 10DLC, toll-free verification, WhatsApp WABA, RCS, short code, alphanumeric sender) and voice trust programs (STIR\u002FSHAKEN, Voice Integrity, Branded Calling, CNAM). Each number\u002Fsender type has its own program — registration blocks traffic until complete.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1933,1934,1935,1936,1937],{"name":17,"slug":18,"type":15},{"name":23,"slug":24,"type":15},{"name":1852,"slug":1853,"type":15},{"name":9,"slug":8,"type":15},{"name":1938,"slug":1939,"type":15},"WhatsApp","whatsapp","2026-07-17T06:05:47.897229",57,{"items":1943,"total":1941},[1944,1950,1958,1965,1971,1978,1985,1993,2009,2022,2037,2055],{"slug":1840,"name":1840,"fn":1841,"description":1842,"org":1945,"tags":1946,"stars":26,"repoUrl":27,"updatedAt":1854},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1947,1948,1949],{"name":1846,"slug":1847,"type":15},{"name":1849,"slug":1850,"type":15},{"name":1852,"slug":1853,"type":15},{"slug":1856,"name":1856,"fn":1857,"description":1858,"org":1951,"tags":1952,"stars":26,"repoUrl":27,"updatedAt":1874},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1953,1954,1955,1956,1957],{"name":1862,"slug":1863,"type":15},{"name":1865,"slug":1866,"type":15},{"name":1868,"slug":1869,"type":15},{"name":1871,"slug":1872,"type":15},{"name":9,"slug":8,"type":15},{"slug":1876,"name":1876,"fn":1877,"description":1878,"org":1959,"tags":1960,"stars":26,"repoUrl":27,"updatedAt":1885},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1961,1962,1963,1964],{"name":1862,"slug":1863,"type":15},{"name":1846,"slug":1847,"type":15},{"name":1849,"slug":1850,"type":15},{"name":9,"slug":8,"type":15},{"slug":1887,"name":1887,"fn":1888,"description":1889,"org":1966,"tags":1967,"stars":26,"repoUrl":27,"updatedAt":1897},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1968,1969,1970],{"name":1862,"slug":1863,"type":15},{"name":1894,"slug":1895,"type":15},{"name":9,"slug":8,"type":15},{"slug":1899,"name":1899,"fn":1900,"description":1901,"org":1972,"tags":1973,"stars":26,"repoUrl":27,"updatedAt":1910},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1974,1975,1976,1977],{"name":1905,"slug":1906,"type":15},{"name":17,"slug":18,"type":15},{"name":1871,"slug":1872,"type":15},{"name":9,"slug":8,"type":15},{"slug":1912,"name":1912,"fn":1913,"description":1914,"org":1979,"tags":1980,"stars":26,"repoUrl":27,"updatedAt":1927},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1981,1982,1983,1984],{"name":1918,"slug":1919,"type":15},{"name":1921,"slug":1922,"type":15},{"name":1924,"slug":1925,"type":15},{"name":9,"slug":8,"type":15},{"slug":1815,"name":1815,"fn":1929,"description":1930,"org":1986,"tags":1987,"stars":26,"repoUrl":27,"updatedAt":1940},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1988,1989,1990,1991,1992],{"name":17,"slug":18,"type":15},{"name":23,"slug":24,"type":15},{"name":1852,"slug":1853,"type":15},{"name":9,"slug":8,"type":15},{"name":1938,"slug":1939,"type":15},{"slug":1994,"name":1994,"fn":1995,"description":1996,"org":1997,"tags":1998,"stars":26,"repoUrl":27,"updatedAt":2008},"twilio-compliance-traffic","ensure compliance for Twilio messaging traffic","Rules you must follow for Twilio messaging and voice traffic. Covers TCPA (consent tiers, quiet hours, DNC), GDPR (EU consent, right to deletion), PCI DSS (payment recording, Pay verb), HIPAA (BAA, PHI), FDCPA (debt collection limits), CAN-SPAM, WhatsApp policies, SHAKEN\u002FSTIR, and consent management patterns. Use this skill proactively when developers have working traffic to ensure they follow the rules.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1999,2000,2001,2004,2007],{"name":17,"slug":18,"type":15},{"name":23,"slug":24,"type":15},{"name":2002,"slug":2003,"type":15},"Regulatory Compliance","regulatory-compliance",{"name":2005,"slug":2006,"type":15},"Security","security",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:55.952779",{"slug":2010,"name":2010,"fn":2011,"description":2012,"org":2013,"tags":2014,"stars":26,"repoUrl":27,"updatedAt":2021},"twilio-conference-calls","build multi-party calls with Twilio Conference","Build multi-party calls using Twilio Conference. Covers warm transfer, cold transfer, coaching (whisper), hold vs mute, participant modes, and supervisor barge. Use this skill for any contact center, support line, or scenario requiring transfers, holds, or multi-party calls.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2015,2016,2017,2020],{"name":1905,"slug":1906,"type":15},{"name":1849,"slug":1850,"type":15},{"name":2018,"slug":2019,"type":15},"Meetings","meetings",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:55.603708",{"slug":1341,"name":1341,"fn":2023,"description":2024,"org":2025,"tags":2026,"stars":26,"repoUrl":27,"updatedAt":2036},"create and send message templates with Twilio","Create, manage, and send message templates using Twilio's Content API. Covers template creation for WhatsApp, SMS, RCS, and MMS; variable usage; WhatsApp Meta approval; and sending templates via ContentSid. Use this skill when building structured messages that require pre-approval or consistent formatting across channels.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2027,2030,2031,2032,2035],{"name":2028,"slug":2029,"type":15},"Email","email",{"name":23,"slug":24,"type":15},{"name":1852,"slug":1853,"type":15},{"name":2033,"slug":2034,"type":15},"Templates","templates",{"name":9,"slug":8,"type":15},"2026-07-17T06:04:26.637309",{"slug":2038,"name":2038,"fn":2039,"description":2040,"org":2041,"tags":2042,"stars":26,"repoUrl":27,"updatedAt":2054},"twilio-conversation-intelligence","build conversation intelligence pipelines","Twilio Conversation Intelligence development guide. Use when building real-time or post-call conversation analysis, language operator pipelines, sentiment analysis, agent assist, cross-channel analytics, or querying aggregated conversation insights (sentiment trends, escalation rates, dashboards).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2043,2044,2047,2050,2053],{"name":1862,"slug":1863,"type":15},{"name":2045,"slug":2046,"type":15},"Analytics","analytics",{"name":2048,"slug":2049,"type":15},"Monitoring","monitoring",{"name":2051,"slug":2052,"type":15},"NLP","nlp",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:52.545387",{"slug":2056,"name":2056,"fn":2057,"description":2058,"org":2059,"tags":2060,"stars":26,"repoUrl":27,"updatedAt":2066},"twilio-conversation-memory","manage conversation memory with Twilio","Store and retrieve conversation context using Twilio Conversation Memory. Covers Memory Store provisioning, profile management, traits, observations, conversation summaries, and semantic Recall. Use this skill to give AI agents or human agents persistent memory of conversations across sessions and channels.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2061,2062,2065],{"name":1862,"slug":1863,"type":15},{"name":2063,"slug":2064,"type":15},"Memory","memory",{"name":9,"slug":8,"type":15},"2026-07-17T06:04:19.526724"]