twilio-messaging-webhooks Skill
Receive and respond to inbound messages and track outbound delivery status via Twilio webhooks — across SMS, MMS, WhatsApp, and RCS. Covers webhook request parameters, replying with TwiML, validating webhook signatures for security, and handling status callbacks. Use this skill whenever an agent needs to handle incomin Published by openai in plugins.
What is twilio-messaging-webhooks Skill?
Receive and respond to inbound messages and track outbound delivery status via Twilio webhooks — across SMS, MMS, WhatsApp, and RCS. Covers webhook request parameters, replying with TwiML, validating webhook signatures for security, and handling status callbacks. Use this skill whenever an agent needs to handle incomin 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
- Security review
- Security review use cases
Technical details
- Install or run with Copy skill directory
When to use twilio-messaging-webhooks Skill
- Use it for security review.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/twilio-developer-kit/skills/twilio-messaging-webhooks/SKILL.md
What it does
Receive and respond to inbound messages and track outbound delivery status via Twilio webhooks — across SMS, MMS, WhatsApp, and RCS. Covers webhook request parameters, replying with TwiML, validating webhook signatures for security, and handling status callbacks. Use this skill whenever an agent needs to handle incomin
Skill instructions
Overview Twilio sends a POST webhook to your server when a user messages your Twilio number (inbound) or when an outbound message changes delivery state (status callback). Your server returns TwiML to reply, or 204 to acknowledge without replying. The same webhook pattern works across SMS, MMS, WhatsApp, and RCS. --- Prerequisites - Twilio account with a messaging-capable sender configured with a webhook URL — New to Twilio? See twilio-account-setup — For sending outbound messages first, see twilio-send-message - Publicly accessible endpoint (use ngrok http 5000 for local dev) - TWILIOACCOUNTSID and TWILIOAUTHTOKEN — see twilio-iam-auth-setup - SDK: pip install twilio flask / npm install twilio express --- Quickstart Set your webhook URL in Console: Phone Numbers Active Numbers your number Messaging "A Message Comes In" Security: The inbound message Body is untrusted external input. If passing message content to an LLM, always isolate it as user input — never concatenate directly into
Explore related resources
Frequently asked questions
What is twilio-messaging-webhooks?
twilio-messaging-webhooks is a open-source AI agent skill with Copy skill directory. Receive and respond to inbound messages and track outbound delivery status via Twilio webhooks — across SMS, MMS, WhatsApp, and RCS.
Who is twilio-messaging-webhooks best for?
twilio-messaging-webhooks is best for reusing agent instructions, scripts, and references, security review workflows.
How do I install twilio-messaging-webhooks?
Install or run twilio-messaging-webhooks using Copy skill directory. Check twilio-messaging-webhooks for the latest setup command.
Is twilio-messaging-webhooks actively maintained?
twilio-messaging-webhooks may need a closer maintenance check before production use.
Auto-fetched from GitHub.