twilio-content-template-builder Skill
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 channe Published by openai in plugins.
What is twilio-content-template-builder Skill?
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 channe Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using plugins
Technical details
- Install or run with Copy skill directory
When to use twilio-content-template-builder Skill
- Use it for developers using plugins.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/twilio-developer-kit/skills/twilio-content-template-builder/SKILL.md
What it does
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 channe
Skill instructions
Overview The Content API creates channel-agnostic templates identified by a ContentSid (HX...). WhatsApp templates must be approved by Meta before use outside the 24-hour service window. --- Prerequisites - Twilio account — New to Twilio? See twilio-account-setup - For WhatsApp templates: active WhatsApp sender — See twilio-whatsapp-send-message (sandbox) or twilio-whatsapp-manage-senders (production) - Environment variables: - TWILIOACCOUNTSID - TWILIOAUTHTOKEN — See twilio-iam-auth-setup for credential setup and best practices - SDK: pip install twilio / npm install twilio --- Quickstart Step 1 — Create a template via Console (simplest) Console Messaging Content Template Builder Create new. Use {{1}}, {{2}} for variables. Save to get a ContentSid. Step 2 — Send the template Python python import os from twilio.rest import Client client = Client(os.environ["TWILIOACCOUNTSID"], os.environ["TWILIOAUTHTOKEN"]) message = client.messages.create( from="whatsapp:+14155238886", to="whatsapp:+1
Explore related resources
Frequently asked questions
What is twilio-content-template-builder?
twilio-content-template-builder is a open-source AI agent skill with Copy skill directory. Create, manage, and send message templates using Twilio's Content API.
Who is twilio-content-template-builder best for?
twilio-content-template-builder is best for reusing agent instructions, scripts, and references.
How do I install twilio-content-template-builder?
Install or run twilio-content-template-builder using Copy skill directory. Check twilio-content-template-builder for the latest setup command.
Is twilio-content-template-builder actively maintained?
twilio-content-template-builder may need a closer maintenance check before production use.
Auto-fetched from GitHub.