Convert
This page lists and describes the Convert category of endpoints within the Content Services API. It also includes interactive testing environments for each endpoint in this category.
Conversion Collection
The Conversion Collection provides you with endpoints that enable you to convert templates from one format to another. With the Email to Page endpoint, you can easily convert your email JSON templates into page JSON. The Page to Email endpoint lets you turn your page JSON templates into email-ready JSON, with the option to disable the HTML sanitizer if needed. The Simple to Full JSON endpoint enables you to convert Simple Schema templates into full Beefree JSON templates that can be loaded in the builder.
Email to Page Conversion: Important Behaviors
The Email to Page endpoint converts a JSON template created for email into a JSON template optimized for web pages. During this conversion, the following adjustments are applied:
Remove AMP Carousel Any AMP carousels included in the email template are removed, as these are not supported in the page format.
Expand Content Area Width The content width is expanded to 900px to fit the web page format, removing the width constraints typically applied to emails.
Target Attributes Target attributes will not be processed. Remove all link target attributes or set them to "Open a new page." Links will not be modified during the conversion.
Remove Subject and Preheader Email-specific metadata, such as the subject line and preheader text, is removed since these elements are not relevant in the page format.
Retain Comments and Secondary Language Comments and secondary language data in the email template are preserved in the conversion process.
Convert an email JSON template to a page JSON template, and ensure compatibility throughout the conversion process by removing or adjusting unsupported blocks.
The collection ID or name
Successful response
Bad request
Unauthorized
Forbidden
Internal Server Error
POST /v1/{collection}/email-to-page HTTP/1.1
Host: api.getbee.io
Authorization: Bearer Enter Dev Console API Key as Bearer token
Content-Type: application/json
Accept: */*
Content-Length: 3810
{
"template": {
"page": {
"body": {
"container": {
"style": {
"background-color": "#FFFFFF"
}
},
"content": {
"computedStyle": {
"linkColor": "#0068A5",
"messageBackgroundColor": "transparent",
"messageWidth": "500px"
},
"style": {
"color": "#000000",
"font-family": "Arial, Helvetica, sans-serif"
}
},
"type": "mailup-bee-page-properties",
"webFonts": []
},
"description": "Empty template for BEE",
"rows": [
{
"columns": [
{
"grid-columns": 12,
"modules": [
{
"type": "mailup-bee-newsletter-modules-paragraph",
"descriptor": {
"paragraph": {
"html": "<p>I'm a new paragraph block.</p>",
"style": {
"color": "#000000",
"font-size": "14px",
"font-family": "inherit",
"font-weight": "400",
"line-height": "120%",
"text-align": "left",
"direction": "ltr",
"letter-spacing": "0px"
},
"computedStyle": {
"linkColor": "#0068A5",
"paragraphSpacing": "16px"
}
},
"style": {
"padding-top": "10px",
"padding-right": "10px",
"padding-bottom": "10px",
"padding-left": "10px"
},
"mobileStyle": {},
"computedStyle": {
"hideContentOnAmp": false,
"hideContentOnHtml": false,
"hideContentOnDesktop": false,
"hideContentOnMobile": false
}
},
"uuid": "c8ecedba-4891-46fa-9aec-1f4ef3276914",
"locked": false
},
{
"type": "mailup-bee-newsletter-modules-image",
"descriptor": {
"image": {
"alt": "",
"src": "https://d153pg9b3vec03.cloudfront.net/public/users/Integrators/41032f14-a2c0-4389-842f-81e67db90a66/Marco/download.png",
"href": "",
"target": "_blank",
"width": "110px",
"height": "110px"
},
"style": {
"width": "100%",
"border-radius": "0px",
"padding-top": "0px",
"padding-right": "0px",
"padding-bottom": "0px",
"padding-left": "0px"
},
"computedStyle": {
"class": "center autowidth",
"width": "110px",
"hideContentOnMobile": false
},
"mobileStyle": {}
},
"uuid": "bf5b394e-e238-40cf-9c45-69866139490c",
"locked": false
},
{
"type": "mailup-bee-newsletter-modules-table",
"descriptor": {
"table": {
"content": {
"headers": [
{
"cells": [
{
"html": "a"
},
{
"html": "a"
},
{
"html": "a"
}
]
}
],
"rows": [
{
"cells": [
{
"html": "Add text"
},
{
"html": ""
},
{
"html": ""
}
]
},
{
"cells": [
{
"html": ""
},
{
"html": ""
},
{
"html": ""
}
]
},
{
"cells": [
{
"html": ""
},
{
"html": ""
},
{
"html": ""
}
]
}
]
},
"style": {
"color": "#000000",
"font-size": "14px",
"font-family": "inherit",
"font-weight": "400",
"line-height": "120%",
"text-align": "left",
"direction": "ltr",
"letter-spacing": "0px",
"background-color": "transparent",
"border-top": "1px solid #dddddd",
"border-right": "1px solid #dddddd",
"border-bottom": "1px solid #dddddd",
"border-left": "1px solid #dddddd"
},
"computedStyle": {
"linkColor": "#0068A5",
"headersFontSize": "14px",
"headersFontWeight": "400",
"headersTextAlign": "left",
"headersBackgroundColor": "#EAEAEA",
"headersColor": "#505659"
}
},
"style": {
"padding-top": "10px",
"padding-right": "10px",
"padding-bottom": "10px",
"padding-left": "10px"
},
"mobileStyle": {},
"computedStyle": {
"hideContentOnAmp": false,
"hideContentOnHtml": false,
"hideContentOnDesktop": false,
"hideContentOnMobile": false
}
},
"uuid": "77957748-6069-40bd-9342-14f0b514f244",
"locked": false
}
],
"style": {
"background-color": "transparent",
"border-bottom": "0px solid transparent",
"border-left": "0px solid transparent",
"border-right": "0px solid transparent",
"border-top": "0px solid transparent",
"padding-bottom": "5px",
"padding-left": "0px",
"padding-right": "0px",
"padding-top": "5px"
},
"uuid": "9cb47b70-8e2f-4e12-b79b-511f3c7b0dae"
}
],
"container": {
"style": {
"background-color": "transparent",
"background-image": "none",
"background-position": "top left",
"background-repeat": "no-repeat"
}
},
"content": {
"computedStyle": {
"hideContentOnDesktop": false,
"hideContentOnMobile": false,
"rowColStackOnMobile": true,
"rowReverseColStackOnMobile": false,
"verticalAlign": "top"
},
"style": {
"background-color": "transparent",
"background-image": "none",
"background-position": "top left",
"background-repeat": "no-repeat",
"color": "#000000",
"width": "500px"
}
},
"empty": false,
"locked": false,
"synced": false,
"type": "row-1-columns-12",
"uuid": "ae43b807-1a9d-4f1f-888d-798f74ec54b3"
}
],
"template": {
"name": "template-base",
"type": "basic",
"version": "2.0.0"
},
"title": "Empty Template"
}
}
}
{
"message": "Success"
}
Page to Email Conversion: Important Behaviors
The Page to Email endpoint transforms a JSON template designed for a web page into a JSON template optimized for email. During this conversion process, the following adjustments are made:
Remove Video Row Backgrounds Video backgrounds applied to page rows are removed because email formats do not support video backgrounds.
Replace Embedded Videos with Thumbnails Embedded videos are replaced with thumbnail images. This ensures recipients can preview the content visually without the compatibility issues of embedded videos. Note: Hosted videos will not be converted.
Remove Form Blocks Any form blocks present in the page template are removed.
Adjust Design Content Area Width If the page width exceeds the maximum width supported by the email builder (900px), it is resized to fit within email constraints.
Update Link Target Attributes Target attributes will not be processed. Remove all link target attributes. Links will not be modified during the conversion.
Sanitize Code The endpoint sanitizes the code to ensure compatibility with email standards. When the sanitizer is disabled, the payload looks like this:
{ "disableHtmlSanitizer": true, "template": { "page": ... } }
Handle Multi-Column Layouts The email builder supports up to 12 columns, which is compatible with the page builder's column configurations.
Convert a page JSON template to an email JSON template, and ensure compatibility throughout the conversion process by removing or adjusting unsupported blocks.
The collection ID or name
An integer field for disableHtmlSanitizer
Successful response
Bad request
Unauthorized
Forbidden
Internal Server Error
POST /v1/{collection}/page-to-email HTTP/1.1
Host: api.getbee.io
Authorization: Bearer Enter Dev Console API Key as Bearer token
Content-Type: application/json
Accept: */*
Content-Length: 2705
{
"disableHtmlSanitizer": true,
"template": {
"page": {
"body": {
"container": {
"style": {
"background-color": "#FFFFFF"
}
},
"content": {
"computedStyle": {
"linkColor": "#0068A5",
"messageBackgroundColor": "transparent",
"messageWidth": "500px"
},
"style": {
"color": "#000000",
"font-family": "Arial, Helvetica, sans-serif"
}
},
"type": "mailup-bee-page-properties",
"webFonts": []
},
"description": "Empty template for BEE",
"rows": [
{
"columns": [
{
"grid-columns": 12,
"modules": [
{
"type": "mailup-bee-newsletter-modules-html",
"descriptor": {
"html": {
"html": "<div class=\"our-class\"><script>console.log(\"ok\");</script>test 1</div>"
},
"style": {
"padding-top": "0px",
"padding-right": "0px",
"padding-bottom": "0px",
"padding-left": "0px"
},
"computedStyle": {
"hideContentOnMobile": false,
"hideContentOnDesktop": false,
"hideContentOnAmp": false,
"hideContentOnHtml": false
}
},
"uuid": "f6c6a079-dd90-4589-8855-93dfdf74461d",
"locked": false
}
],
"style": {
"background-color": "transparent",
"border-bottom": "0px solid transparent",
"border-left": "0px solid transparent",
"border-right": "0px solid transparent",
"border-top": "0px solid transparent",
"padding-bottom": "5px",
"padding-left": "0px",
"padding-right": "0px",
"padding-top": "5px"
},
"uuid": "cbd74fa2-b853-449e-88b8-f34195441c05"
},
{
"grid-columns": 12,
"modules": [
{
"type": "mailup-bee-newsletter-modules-html",
"descriptor": {
"html": {
"html": "<div class=\"our-class\"><script>console.log(\"ok\");</script>test 2</div>"
},
"style": {
"padding-top": "0px",
"padding-right": "0px",
"padding-bottom": "0px",
"padding-left": "0px"
},
"computedStyle": {
"hideContentOnMobile": false,
"hideContentOnDesktop": false,
"hideContentOnAmp": false,
"hideContentOnHtml": false
}
},
"uuid": "f6c6a079-dd90-4589-8855-93dfdf74461d",
"locked": false
}
],
"style": {
"background-color": "transparent",
"border-bottom": "0px solid transparent",
"border-left": "0px solid transparent",
"border-right": "0px solid transparent",
"border-top": "0px solid transparent",
"padding-bottom": "5px",
"padding-left": "0px",
"padding-right": "0px",
"padding-top": "5px"
},
"uuid": "cbd74fa2-b853-449e-88b8-f34195441c05"
}
],
"container": {
"style": {
"background-color": "transparent",
"background-image": "none",
"background-position": "top left",
"background-repeat": "no-repeat"
}
},
"content": {
"computedStyle": {
"hideContentOnDesktop": false,
"hideContentOnMobile": false,
"rowColStackOnMobile": true,
"rowReverseColStackOnMobile": false,
"verticalAlign": "top"
},
"style": {
"background-color": "transparent",
"background-image": "none",
"background-position": "top left",
"background-repeat": "no-repeat",
"color": "#000000",
"width": "500px"
}
},
"empty": false,
"locked": false,
"synced": false,
"type": "row-1-columns-12",
"uuid": "d0a914f7-7212-41c6-9372-c954886e6bd4"
}
],
"template": {
"name": "template-base",
"type": "basic",
"version": "2.0.0"
},
"title": "Empty Template"
}
}
}
{
"message": "Success"
}
Simple to Full JSON
This section discusses what the /simple-to-full-json
endpoint is and how you can use it for AI-driven designs. Beefree SDK template JSON is long and includes many properties. For this reason, it does not provide the best structure for training AI models in workflows that include AI-driven design creation. Beefree SDK's Simple schema is a lightweight alternative that is optimized for training AI models. Simple schema, which is several lines shorter than Beefree SDK's template JSON, is a great solution for AI-generated schemas. This endpoint accepts Simple schema as the body of the POST
request, and returns the full Beefree SDK template JSON, which can then be loaded in the Beefree SDK editor for an end user to view and edit accordingly. There are many creative ways to use and implement this endpoint, because it provides a pathway to programmatically creating full Beefree SDK-compatible templates completely outside of the Beefree SDK builder.
Request Parameters
The API call accepts a template
object, which is required to successfully perform the /simple-to-full-json
API call. The following table describes this required object.
The following code snippet shows the template object as the body of the POST
request.
{
“template”:{...}
}
Object Parameters Nested within the Template Object
The following table lists and describes both required and optional object parameters nested within the mandatory template
object. This template
object is the body of the POST
request for the API call.
type
String
✅ Yes
Specifies the template type. Possible values include: email
, page
, popup
.
settings
Object
❌ No
Configuration settings. Reference the Settings Object Parameters section for more information.
metadata
Object
❌ No
Metadata information. Reference the Metadata Object Parameters section for more information.
Settings Object Parameters
The following code snippet shows the optional settings
object nested within the template
object in the body of the POST
request.
{
“template”:{
"settings":{...},
...
}
}
The following table lists and describes optional object parameters nested within the settings
object. The settings object is nested within the mandatory template
object.
linkColor
String
❌ No
The default color of the links within the template.
backgroundColor
String
❌ No
The background color of the template.
contentAreaBackgroundColor
String
❌ No
The background color of the content area.
width
integer
❌ No
Important: The width of the template must be between 320 and 1440 pixels.
Metadata Object Parameters
The following code snippet shows the optional metadata
object nested within the template
object in the body of the POST
request.
{
“template”:{
"metadata":{...},
...
}
}
The following table lists and describes optional object parameters nested within the metadata
object. The metadata
object is nested within the mandatory template
object.
lang
string
❌ No
The language code of the template (for example, "en"
, "fr"
).
title
string
❌ No
The title of the template.
description
string
❌ No
A short description of the template.
subject
string
❌ No
The subject line of the email (if applicable).
preheader
string
❌ No
The preheader text for the email (if applicable).
Transforms a simple JSON schema into a full JSON schema that can be easily loaded as a template within the Beefree SDK builder.
The collection ID or name
Successful response
Bad request
Unauthorized
Forbidden
Internal Server Error
POST /v1/{collection}/simple-to-full-json HTTP/1.1
Host: api.getbee.io
Authorization: Bearer Enter Dev Console API Key as Bearer token
Content-Type: application/json
Accept: */*
Content-Length: 4878
{
"template": {
"type": "email",
"rows": [
{
"name": "logo_row",
"columns": [
{
"weight": 4,
"modules": []
},
{
"weight": 4,
"modules": [
{
"type": "image",
"src": "https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/BeeTestingMachineV3/testmachine/message-tip.png",
"alt": "TechPulse Logo",
"href": "https://techpulse.com"
}
]
},
{
"weight": 4,
"modules": []
}
]
},
{
"name": "header_row",
"columns": [
{
"weight": 12,
"modules": [
{
"type": "title",
"text": "Discover Our Latest Smart Tech",
"title": "h1",
"size": 24,
"line-height": 1,
"bold": true,
"align": "center",
"color": "#1A5276",
"padding-top": 20,
"padding-bottom": 10
}
]
}
]
},
{
"name": "intro_row",
"columns": [
{
"weight": 12,
"modules": [
{
"type": "paragraph",
"text": "Thank you for subscribing to TechPulse updates. We're thrilled to introduce our newest innovative devices that will transform your daily tech experience.",
"align": "center",
"color": "#333333",
"size": 16
}
]
}
]
},
{
"name": "feature_row",
"columns": [
{
"weight": 12,
"modules": [
{
"type": "divider",
"color": "#DDDDDD",
"height": 1,
"width": 80
},
{
"type": "title",
"text": "New Arrivals - March 2025",
"title": "h2",
"size": 20,
"bold": true,
"align": "center",
"color": "#2980B9",
"padding-top": 20,
"padding-bottom": 10
}
]
}
]
},
{
"name": "product_row",
"columnsSpacing": 20,
"padding-left": 10,
"padding-right": 10,
"columns": [
{
"weight": 4,
"modules": [
{
"type": "title",
"text": "PulseWatch Pro",
"title": "h3",
"size": 18,
"padding-bottom": 10,
"align": "center",
"bold": true
},
{
"type": "image",
"src": "https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/BeeTestingMachineV3/testmachine/homepage-category-tiles-floorcare.jpg"
},
{
"type": "paragraph",
"text": "$249.99 <strike>$299.99</strike>",
"align": "center",
"bold": true,
"size": 16
},
{
"type": "paragraph",
"text": "Health tracking with 7-day battery life and advanced sleep monitoring",
"align": "center",
"color": "#555555",
"size": 14
},
{
"type": "button",
"text": "View Details",
"href": "https://techpulse.com/pulsewatch",
"color": "#FFFFFF",
"background-color": "#3498DB"
}
]
},
{
"weight": 4,
"modules": [
{
"type": "title",
"text": "SoundWave Mini",
"title": "h3",
"size": 18,
"align": "center",
"padding-bottom": 10,
"bold": true
},
{
"type": "image",
"src": "https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/BeeTestingMachineV3/testmachine/571h-homepage-category-picker.jpg"
},
{
"type": "paragraph",
"text": "$129.99 <strike>$149.99</strike>",
"align": "center",
"bold": true,
"size": 16
},
{
"type": "paragraph",
"text": "Waterproof wireless speaker with 20-hour playtime",
"align": "center",
"color": "#555555",
"size": 14
},
{
"type": "button",
"text": "View Details",
"href": "https://techpulse.com/soundwave",
"color": "#FFFFFF",
"background-color": "#3498DB"
}
]
},
{
"weight": 4,
"modules": [
{
"type": "title",
"text": "AirPure 2000",
"title": "h3",
"size": 18,
"align": "center",
"padding-bottom": 10,
"bold": true
},
{
"type": "image",
"src": "https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/BeeTestingMachineV3/testmachine/homepage-category-tiles-air-treatment-2.jpg"
},
{
"type": "paragraph",
"text": "$179.99 <strike>$199.99</strike>",
"align": "center",
"bold": true,
"size": 16
},
{
"type": "paragraph",
"text": "Smart air purifier with HEPA filtration, and WiFi connectivity",
"align": "center",
"color": "#555555",
"size": 14
},
{
"type": "button",
"text": "View Details",
"href": "https://techpulse.com/airpure",
"color": "#FFFFFF",
"background-color": "#3498DB"
}
]
}
]
},
{
"name": "special_offer_row",
"columns": [
{
"weight": 12,
"modules": [
{
"type": "divider",
"color": "#DDDDDD",
"height": 1,
"width": 80
},
{
"type": "title",
"text": "Limited Time Bundle Deal",
"title": "h2",
"size": 20,
"bold": true,
"align": "center",
"color": "#E74C3C",
"padding-top": 20,
"padding-bottom": 10
},
{
"type": "paragraph",
"text": "Purchase any two devices and receive 25% off using code: TECHBUNDLE25",
"align": "center",
"bold": true,
"size": 18
},
{
"type": "paragraph",
"text": "Valid through March 31, 2025. Cannot be combined with other offers.",
"align": "center",
"color": "#555555",
"size": 14
},
{
"type": "button",
"text": "Shop Bundle Offer",
"href": "https://techpulse.com/bundle-offer",
"color": "#FFFFFF",
"background-color": "#E74C3C"
}
]
}
]
},
{
"name": "footer_row",
"columns": [
{
"weight": 12,
"modules": [
{
"type": "divider",
"color": "#DDDDDD",
"height": 1,
"width": 80
},
{
"type": "paragraph",
"text": "© 2025 TechPulse Inc. All rights reserved.",
"align": "center",
"color": "#7F8C8D",
"size": 14
},
{
"type": "paragraph",
"text": "1234 Innovation Drive, San Francisco, CA 94107<br>To manage your email preferences or unsubscribe, <a href='https://techpulse.com/email-preferences' style='color:#3498DB;'>click here</a>.",
"align": "center",
"color": "#7F8C8D",
"size": 12
}
]
}
]
}
],
"settings": {
"linkColor": "#3498DB",
"background-color": "#F5F5F5",
"contentAreaBackgroundColor": "#FFFFFF",
"width": 600
},
"metadata": {
"lang": "en",
"title": "New Tech Arrivals | TechPulse March 2025",
"description": "Discover our latest smart devices with exclusive launch discounts",
"subject": "Just Launched: New TechPulse Smart Devices + 25% Off Bundle Deal",
"preheader": "Check out our newest smart devices with special introductory pricing and bundle discounts"
}
}
}
{
"message": "Success"
}
Full to Simple JSON
This endpoint is in beta.
The Simple Schema currently doesn't support all modules and properties present in the full JSON Schema, so please note that some design details may not carry over when using this API.
We'd love to hear about your experience working with this endpoint. Please share your feedback [email protected]. We can't wait to hear from you!
The Full to Simple endpoint provides a service that converts Beefree SDK's rich design documents (Full JSON) into simplified representations (Simple Schema). This enables a new layer of AI integration and workflows, making Beefree SDK's content understandable to large language models (LLMs) and other generative tools. If you’re building with LLMs or generative design systems, this endpoint is your bridge between rich visual design and structured AI-compatible data. When paired with the Simple to Full conversion endpoint, you'll unlock a complete AI-human collaborative design loop.
Use Cases
The Full to Simple endpoint is particularly useful in the following scenarios:
AI Iteration Workflows: Use the Simple Schema output to feed an AI agent that proposes changes or creates design variations. After AI-generated suggestions are returned in Simple Schema format from the AI agent, use the existing Simple to Full endpoint to convert back to full JSON and load the new version of the design in the Beefree SDK builder. From there, the end user can review the updated design, apply edits within the no-code builder, and export the design once they reach a final version.
Selective Design Adjustments by AI: AI tools can target individual components in a simplified layout—for example, change a CTA, adjust text, or move sections—without dealing with full schema complexity.
Training AI Models: Convert your library of full Beefree templates into simplified JSON to use as training input for generative design agents, enforcing brand consistency or layout structure in AI-created outputs.
Round-Trip Workflow
When couple with the Simple to Full endpoint, this endpoint lets you:
Export a full design created by a human in Simple Schema format.
Modify or generate variants using generative AI.
Convert the simplified output back to full schema.
Reopen the design in the Beefree SDK builder for the end user to apply light edits, customize, and export.

Request Parameters
The following request parameter is required to perform the Full to Simple API call.
page
JSON
Yes
The full template structure in Beefree JSON format. This is the same structure returned by the builder or captured from its callbacks.
This endpoint converts a Beefree template's full JSON into a Simple Schema template.
The collection name. Replace the placeholder with "conversion".
Successful response
Bad request
Unauthorized
Forbidden
Internal Server Error
POST /v1/{collection}/full-to-simple-json HTTP/1.1
Host: api.getbee.io
Authorization: Bearer Enter Dev Console API Key as Bearer token
Content-Type: application/json
Accept: */*
Content-Length: 2359
{
"page": {
"body": {
"container": {
"style": {
"background-color": "#FFFFFF"
}
},
"content": {
"computedStyle": {
"linkColor": "#0068A5",
"messageBackgroundColor": "transparent",
"messageWidth": "500px"
},
"style": {
"color": "#000000",
"font-family": "Arial, Helvetica Neue, Helvetica, sans-serif"
}
},
"webFonts": []
},
"description": "",
"rows": [
{
"columns": [
{
"grid-columns": 12,
"modules": [
{
"descriptor": {
"computedStyle": {
"class": "center autowidth",
"width": "100%"
},
"image": {
"alt": "Guitar Center Logo",
"href": "",
"prefix": "",
"src": "https://via.placeholder.com/600x100/F6D16C/000000?text=Guitar+Center",
"target": "_blank"
},
"style": {
"border-radius": "0px",
"padding-bottom": "20px",
"padding-left": "20px",
"padding-right": "20px",
"padding-top": "20px",
"width": "100%"
}
},
"locked": false,
"type": "mailup-bee-newsletter-modules-image",
"uuid": "97fe1db7-4e66-468f-905d-a0d8f1dc29d8"
},
{
"descriptor": {
"computedStyle": {
"hideContentOnDesktop": false,
"hideContentOnMobile": false
},
"paragraph": {
"computedStyle": {
"linkColor": "#0068a5",
"paragraphSpacing": "16px"
},
"html": "Paragraph",
"style": {
"color": "#000000",
"direction": "ltr",
"font-family": "inherit",
"font-size": "14px",
"font-weight": "400",
"letter-spacing": "0px",
"line-height": "120.000%",
"text-align": "left"
}
},
"style": {
"padding-bottom": "10px",
"padding-left": "10px",
"padding-right": "10px",
"padding-top": "10px"
}
},
"locked": false,
"type": "mailup-bee-newsletter-modules-paragraph",
"uuid": "99fc5ebb-927a-4f97-990c-7b672d1d9056"
}
],
"style": {
"background-color": "transparent",
"border-bottom": "0 solid transparent",
"border-left": "0 solid transparent",
"border-right": "0 solid transparent",
"border-top": "0 solid transparent",
"padding-bottom": "5px",
"padding-left": "0px",
"padding-right": "0px",
"padding-top": "5px"
},
"uuid": "8237dba8-5560-4fe2-9eeb-1b6fdbb617a8"
}
],
"container": {
"style": {
"background-color": "#F6D16C",
"background-image": "none",
"background-position": "top left",
"background-repeat": "no-repeat"
}
},
"content": {
"computedStyle": {
"hideContentOnDesktop": false,
"hideContentOnMobile": false,
"rowColStackOnMobile": true,
"rowReverseColStackOnMobile": false,
"verticalAlign": "top"
},
"style": {
"background-color": "transparent",
"background-image": "none",
"background-position": "top left",
"background-repeat": "no-repeat",
"color": "#000000",
"width": "500px"
}
},
"empty": false,
"locked": false,
"synced": false,
"type": "",
"uuid": "0d08760d-ba53-4f44-b33f-811f723f2c22"
}
],
"template": {
"version": "2.0.0"
},
"title": ""
}
}
{
"message": "Success"
}
Full to Simple Limitations
Consider the following behaviors and feature limitations when using the Full to Simple endpoint.
Your conversion is limited to the existing Simple Schema only.
Any blocks not available in the Simple Schema will not be supported during conversion.
Refer to the Simple Schema definitions to check which modules are supported.
If you pass an unsupported module to the API:
It will be ignored silently — no error will be thrown.
Only the properties defined in the Simple Schema are supported.
If you pass an unsupported property within a supported module, that property will be ignored, and the related information will be lost.
Reference the Simple Schema definitions for the list of supported properties.
The following style-related properties are not supported in the Full to Simple JSON conversion:
border-top
,border-bottom
,border-right
,border-left
border-radius
When converting from Full to Simple, all border-related styles will be lost.
Last updated
Was this helpful?