This repository contains follow-along steps and resources for the "Twilio Forge: Messaging Reimagined" webinar, focused on building with RCS (Rich Communication Services) using Twilio. It is designed to help you learn how to set up, configure, and send rich messaging experiences with Twilio's APIs.
The RUNBOOK.md is the main component of this repository. It provides a step-by-step guide to:
- Setting up your Twilio account and RCS sender
- Creating Messaging Services with RCS and SMS fallback
- Building and sending rich content templates (Text, Carousel, Card, etc.)
- Using the Twilio Content API and Messaging API with Postman
- Following a fictional journey (TwiliTransit) to demonstrate real-world messaging flows
Read the Runbook for detailed instructions and workshop steps.
Tip
Want a more interactive version of the Runbook? Check out the Twilio Forge: Messaging Reimagined – Interactive Lab.
Import these files into Postman to easily follow and test the API requests described in the Runbook.
server.js contains simple Express JS webserver that you can use to capture incoming message webhooks.
The ./assets/ directory contains assets that you may use for the workshop. These include images for the RCS sender, TOS, and some generated images of fictional locations.
☮️