# Send an MMS Message

You can start communicating with your customers using MMS over the different Infobip solutions. You can use [Broadcast](https://www.infobip.com/docs/broadcast) and [Flow](https://www.infobip.com/docs/moments/manage-flow) in the web interface to send a one-time message or notification. You can also use the [API](https://www.infobip.com/docs/api/channels/mms) to build customer communications.

## MMS over Broadcast

Use [Broadcast](https://www.infobip.com/docs/broadcast) to build a one-time MMS communication to send to your customers.

1. [Log in](https://portal.infobip.com//) to the web interface, and go to **Moments** > **Broadcasts**.
2. Click **Create Broadcast**. **SMS** is the default channel.
3. Select **MMS** from the drop-down list.
4. Select the **Recipients** from the drop-down list, or you can **Add recipients**.
5. Select the **Sender** number from the drop-down list.
6. Add your message in **Content** where you can also add media and links. Previews are updated in real-time and you can switch between operating system views.
7. Edit the [advanced and scheduling options](https://www.infobip.com/docs/broadcast/settings) as required.
8. Click **Continue to Preview**, then **Launch** to go live.

MMS is also supported over API. For detailed info, refer to our [MMS API](https://www.infobip.com/docs/api/channels/mms) documentation.

## MMS over Flow

Use [Flow](https://www.infobip.com/docs/moments/manage-flow) to send MMS as part of your automated communication scenario.

1. [Log in](https://portal.infobip.com//) to the web interface, and go to **Moments** > **Flows**.
2. Click **Create Flow**.
3. Select **Start from Scratch**, and then select your entry point as **Predefined audience**.
4. Choose the campaign type, from:
   - **One-time** - appropriate for single, one-off campaigns
   - **Continuous** - appropriate for ongoing, targeted campaigns
5. Add the **Send SMS message** element. Fill out the necessary fields.
6. Define sender in **From** and add your message in **Message content**. Remember to consider the various media and [message types](https://www.infobip.com/docs/message-types) rules. Previews are updated in real-time and you can switch between operating system views.
7. Edit the [advanced and scheduling options](https://www.infobip.com/docs/broadcast/settings) as required.
8. Once ready, click **Validate**, then **Launch** to go live.

MMS is also supported over API. For detailed info, refer to our MMS API documentation.