Asset Gallery
The Asset Gallery is your centralized hub for managing images, documents, and files used in email templates and attachments.
Overview
Upload, organize, and reuse assets across all your email templates and attachments. The gallery supports images, PDFs, Excel files, and more with intelligent organization and powerful search.
Supported File Types
Images
- Formats: PNG, JPG, JPEG, GIF, WEBP
- Use for: Logos, product images, banners, icons
- Auto-optimization: Images are automatically compressed and resized
Documents
- Formats: PDF
- Use for: Brochures, catalogs, spec sheets
- Preview: View PDFs directly in browser
Spreadsheets
- Formats: Excel (.xlsx, .xls), CSV
- Use for: Data exports, price lists, reports
- Download: Quick download from gallery
File Size Limit: 10MB per file
Uploading Assets
Drag & Drop Upload
- Navigate to Asset Gallery in the sidebar
- Click the Upload button in the header
- Drag files into the upload zone or click to browse
- (Optional) Add metadata:
- Name: Custom name (defaults to filename)
- Description: Notes about the asset
- Tags: Searchable keywords (e.g., “logo”, “2024”, “campaign”)
- Click Upload
Batch Upload: Select multiple files to upload at once. Progress is tracked individually for each file.
Upload Tips
- Compress images before uploading for faster loading in emails
- Use descriptive names to make assets easier to find
- Add tags to organize assets by campaign, type, or date
- Create folders before uploading to keep assets organized
Organizing with Folders
Creating Folders
- Click New Folder button
- Enter folder name (e.g., “Product Images”, “2024 Campaign”)
- Select parent folder (optional, for nested folders)
- Click Create
Folder Structure
Create a hierarchy to match your organization:
Marketing/
├── Product Photos/
│ ├── Electronics/
│ └── Accessories/
├── Campaigns/
│ ├── Spring 2024/
│ └── Holiday 2024/
└── Brand Assets/
├── Logos/
└── Icons/Moving Assets
Single Asset:
- Click the menu (â‹®) on asset card
- Select Move to Folder
- Choose destination folder
- Click Move
Bulk Move:
- Select multiple assets (checkboxes)
- Click Move in bulk actions bar
- Choose destination folder
- Click Move
Using Assets in Templates
Email Designer - Image Component
- Open an email template in the designer
- Drag an Image component onto the canvas
- Click the image component
- In the properties panel, click Select from Gallery
- Choose your asset from the gallery dialog
- Click Select
- The image is automatically inserted with the correct URL
Benefits:
- âś… No need to manually enter URLs
- âś… Image is automatically sized
- âś… Reusable across multiple templates
- âś… Update once, changes everywhere
Attachment Designer - PDF/Excel
- Open an attachment template
- Add an Image component (for PDFs)
- Click Select from Gallery
- Choose your asset
- Image is embedded in the generated PDF/Excel
Dynamic Images with Variables
Use assets dynamically based on data:
Product Image: {{product.imageAssetId}}When sending the email, pass the asset ID:
{
"product": {
"imageAssetId": "asset-uuid-123"
}
}Preview & Download
Image Preview
- Click on an image asset card
- Preview opens in full-screen dialog
- Use zoom controls to zoom in/out (50% - 200%)
- Click Download to save locally
- Click Close to exit
PDF Preview
- Click on a PDF asset
- PDF renders in full-height viewer
- Scroll to view all pages
- Use zoom controls
- Download or print from browser
Spreadsheet Files
Excel and CSV files show a download prompt:
- Click asset card
- Click Download File button
- File saves to your downloads folder
Searching & Filtering
Search Assets
Use the search box to find assets by:
- Name: Search by filename or custom name
- Description: Search asset descriptions
- Tags: Find assets with specific tags
Example: Search “logo” to find all logo images
Filter by Type
Use the file type dropdown to filter:
- All Types: Show everything
- Images: Photos, logos, icons
- Documents: PDFs
- Spreadsheets: Excel and CSV files
- Other: Any other file types
Filter by Folder
Use the folder sidebar to:
- Navigate folder tree
- Click a folder to view its assets
- Click All Assets to view everything
Sort Options
Sort assets by:
- Newest First: Recently uploaded assets first
- Oldest First: Original uploads first
- Name (A-Z): Alphabetical ascending
- Name (Z-A): Alphabetical descending
- Largest First: Biggest files first
- Smallest First: Smallest files first
Editing Asset Details
Update asset information:
- Click menu (â‹®) on asset card
- Select Edit Details
- Update:
- Name
- Description
- Tags (add or remove)
- Click Save
Tag Management:
- Type tag name and press Enter to add
- Click X on tag to remove
- Tags are shared across your team
View Modes
Grid View (Default)
- Layout: Card-based grid (3-4 columns)
- Preview: Thumbnail images
- Best for: Visual browsing, images
- Toggle: Click grid icon in header
List View
- Layout: Table format
- Details: Name, type, size, date
- Best for: Detailed information, sorting
- Toggle: Click list icon in header
Bulk Operations
Bulk Delete
- Select assets using checkboxes
- Click Delete in bulk actions bar
- Confirm deletion
- Assets are permanently removed
Warning: Deleted assets are removed from storage. If used in templates, they will show as broken images.
Bulk Export Metadata
- Select assets
- Click Export dropdown
- Choose format:
- CSV: Spreadsheet format
- JSON: Structured data
- File downloads automatically
Export includes: Name, type, size, URL, tags, dates
Storage Quota
View Usage
The storage usage card shows:
- Total used: GB used
- Quota: GB available
- Percentage: % of quota used
- Breakdown: Usage by file type
Color coding:
- 🟢 Green: Under 70%
- 🟡 Yellow: 70-90%
- đź”´ Red: Over 90%
Managing Quota
If quota is full:
- Delete unused assets
- Compress images before uploading
- Upgrade to a higher plan
- Contact support for quota increase
Optimize storage:
- Delete duplicate assets
- Remove old campaign assets
- Compress images (use tools like TinyPNG)
- Use lower resolution for email images
Best Practices
Organization
✅ Use folders to organize by campaign, product, or date ✅ Name descriptively (e.g., “logo-primary-2024.png” not “img001.png”) ✅ Add tags for easy searching (e.g., “logo”, “product”, “campaign-spring”) ✅ Delete unused assets regularly to free up space
Image Optimization
âś… Compress before upload - Smaller files load faster in emails âś… Use web formats - PNG for logos, JPG for photos, WebP for modern browsers âś… Resize appropriately - Email images rarely need to be larger than 1200px wide âś… Keep file sizes under 200KB for email images
Reusability
âś… Upload once, use everywhere - Same asset in multiple templates âś… Update centrally - Replace asset to update all templates âś… Use variables for dynamic images based on data âś… Create asset library for brand consistency
Security
✅ Don’t upload sensitive data - Assets may be publicly accessible ✅ Use descriptive names without private info - Filenames may be visible in URLs ✅ Review permissions - Team members can see all team assets
Common Use Cases
Email Campaigns
- Upload campaign assets (hero images, product photos, logos)
- Organize in “Campaigns/2024-Spring” folder
- Tag with “spring-campaign”
- Use in email templates via Select from Gallery
- Reuse across multiple emails in campaign
Product Catalogs
- Upload all product images
- Create folders by category (Electronics, Accessories, etc.)
- Name files with product SKU (e.g., “sku-12345-main.jpg”)
- Tag by product line
- Insert dynamically using
{{product.imageAssetId}}
Branding
- Upload logo variations (color, white, black)
- Create “Brand Assets” folder
- Add subfolders: Logos, Icons, Signatures
- Use consistent logos across all templates
- Update logo once to update everywhere
Invoice PDFs
- Upload company logo
- Upload signature image
- Create attachment template
- Insert logo from gallery
- Generate branded invoices automatically
Keyboard Shortcuts
Ctrl/Cmd + Click- Multi-select assetsShift + Click- Select range of assetsDelete- Delete selected assets (with confirmation)Ctrl/Cmd + A- Select all visible assetsEscape- Close dialogs
Troubleshooting
Upload Fails
“File Too Large”
- Compress image before uploading
- File must be under 10MB
“Storage Quota Exceeded”
- Delete unused assets
- Upgrade plan for more storage
- Contact support
“Invalid File Type”
- Check file is PNG, JPG, GIF, WEBP, PDF, XLSX, XLS, or CSV
- Convert to supported format
Image Not Showing
In email template:
- Check asset hasn’t been deleted
- Verify you have access to the team
- Re-select asset from gallery
In preview:
- Wait for image to load
- Check browser console for errors
- Try refreshing the page
Can’t Find Asset
- Use search box with filename or tag
- Check correct folder is selected
- Verify asset wasn’t deleted
- Check file type filter isn’t excluding it
Next Steps
- Email Designer - Learn how to design email templates
- Attachment Designer - Create PDF and Excel templates
- Templates - Manage your template library
- API Playground - Test asset integration via API
Pro Tip: Create a consistent naming convention for assets (e.g., [category]-[name]-[version].ext) to make searching and organization easier as your library grows!