# Send and Receive Media Messages with the Twilio API for WhatsApp

In this guide, we'll show you how to use the [Twilio API for WhatsApp](/docs/whatsapp) to send and receive media messages in your web application. You can send images, video, text, and PDF files to create rich contextual conversations with your WhatsApp Users.

We cover sending outbound media messages to your WhatsApp users as well as receiving and processing incoming messages with media from your users.

> \[!NOTE]
>
> Find your language and framework of choice below to get to the source code in your language and follow step-by-step instructions to learn how to send and receive WhatsApp media messages.

* **[C# & ASP.NET MVC](/docs/whatsapp/tutorial/send-and-receive-media-messages-whatsapp-csharp-aspnet)**
* **[Java & Servlets](/docs/whatsapp/tutorial/send-and-receive-media-messages-whatsapp-java-servlets)**
* **[Node.js & Express](/docs/whatsapp/tutorial/send-and-receive-media-messages-whatsapp-nodejs)**
* **[PHP & Laravel](/docs/whatsapp/tutorial/send-and-receive-media-messages-whatsapp-php)**
* **[Python & Flask](/docs/whatsapp/tutorial/send-and-receive-media-messages-whatsapp-python)**
* **[Ruby & Sinatra](/docs/whatsapp/tutorial/send-and-receive-media-messages-whatsapp-ruby)**

You can send media messages to your customers within a 24-hour window of receiving an inbound message from them. Outside of that 24-hour session, you must use a WhatsApp Message Template to send notification messages. To learn more about message templates, see [Message templates](/docs/whatsapp/key-concepts#message-templates) and [Send WhatsApp notification messages with templates](/docs/whatsapp/tutorial/send-whatsapp-notification-messages-templates).

Happy building!
