Before you can design a message, you must first create a 'Container' for it. A container is a reusable, named placeholder that links a specific area in your website or app to the messages you create in Optimove. Containers are sometimes also referred to as "feeds" or "cards". You manage these containers independently through a dedicated settings page in the platform.
This process is the crucial bridge between the technical setup performed by your developers and the creative templates you will build. It's particularly important for Custom Containers, which allow you to build your own UI elements like carousels and banners.
Before You Begin
Ensure that your development team has already integrated the Embedded Messaging SDK or API and has defined a name (or ID) for the container in your website or app's code. You will need this exact name to complete the steps below.
How to Create a Container
Follow these steps to create a new message container:
- Navigate to the Container Settings page within your Optimove instance.
- Click the "Create New Container" button to open the setup dialog.
- In the configuration window, provide a Container Name. For example,
PromoCardorInboxFeed. - Click "Save" to create the container.
The name you enter here must exactly match the container ID implemented by your developers. Any mismatch will prevent messages from displaying correctly.
Managing Your Containers
Once created, your new container will appear in the list on the Container Settings page. From here, you can see all available containers.
Remember, containers are reusable. You can create one container for a promotional banner on your homepage (e.g., "home-page-promo-banner") and use it for many different campaigns over time.
Next Steps
Now that you have successfully created a container, you are ready to build the content that will be displayed within it. Your next step is to create a template for your message.