twilio-whatsapp-manage-senders Skill
Create, configure, and manage WhatsApp Business senders via Twilio's Channels Senders API. Covers programmatic sender registration, profile setup, webhook configuration, sender lifecycle statuses, and ISV flows. Use this skill to register and manage production WhatsApp senders at scale. Published by openai in plugins.
What is twilio-whatsapp-manage-senders Skill?
Create, configure, and manage WhatsApp Business senders via Twilio's Channels Senders API. Covers programmatic sender registration, profile setup, webhook configuration, sender lifecycle statuses, and ISV flows. Use this skill to register and manage production WhatsApp senders at scale. 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
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use twilio-whatsapp-manage-senders Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/twilio-developer-kit/skills/twilio-whatsapp-manage-senders/SKILL.md
What it does
Create, configure, and manage WhatsApp Business senders via Twilio's Channels Senders API. Covers programmatic sender registration, profile setup, webhook configuration, sender lifecycle statuses, and ISV flows. Use this skill to register and manage production WhatsApp senders at scale.
Skill instructions
Overview A WhatsApp sender is a phone number registered with WhatsApp Business through Twilio. Registration goes through a lifecycle of statuses before becoming ONLINE. Sandbox testing does not require a registered sender — see twilio-whatsapp-send-message. --- Prerequisites - Upgraded Twilio account (trial accounts cannot register production senders) — See twilio-account-setup for signup and upgrade steps - A phone number capable of receiving SMS or voice verification - Number must not already be registered with WhatsApp - Environment variables: - TWILIOACCOUNTSID - TWILIOAUTHTOKEN — See twilio-iam-auth-setup for credential setup and best practices - SDK: pip install twilio / npm install twilio --- Quickstart Python python import os from twilio.rest import Client client = Client(os.environ["TWILIOACCOUNTSID"], os.environ["TWILIOAUTHTOKEN"]) Step 1: Initiate registration sender = client.messaging.v2.channels.senders.create( senderid="whatsapp:+15017122661", verificationmethod="sms" ) p
Explore related resources
Frequently asked questions
What is twilio-whatsapp-manage-senders?
twilio-whatsapp-manage-senders is a open-source AI agent skill with Copy skill directory. Create, configure, and manage WhatsApp Business senders via Twilio's Channels Senders API.
Who is twilio-whatsapp-manage-senders best for?
twilio-whatsapp-manage-senders is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install twilio-whatsapp-manage-senders?
Install or run twilio-whatsapp-manage-senders using Copy skill directory. Check twilio-whatsapp-manage-senders for the latest setup command.
Is twilio-whatsapp-manage-senders actively maintained?
twilio-whatsapp-manage-senders may need a closer maintenance check before production use.
Auto-fetched from GitHub.