LogoLogo
Try it outResourcesAPIsAddOnsBook a demo
  • Getting Started
    • Introduction to Beefree SDK
      • Create an Application
      • Installation and Fundamentals
        • Configuration parameters
          • Configuration Reload
          • Workspaces
          • Debugging the Beefree SDK Editor
        • Methods and Events
        • Authorization Process
        • How the UID parameter works
        • Set up two-factor authentication
        • Naming conventions
      • Development Applications
      • Manage Users
      • Manage Subscriptions
    • Tracking Message Changes
    • Sample Code
    • Release Candidate Environment
  • Visual Builders
    • Email Builder
    • Page Builder
      • Integrating Page Builder
      • Embedding videos in a page
    • Popup Builder
      • Popup Builder - Getting Started
      • Testing and Integrating
      • Setting layout and size
        • Advanced settings
    • AI-Driven Design Creation
  • APIs
    • Content Services API
      • Authentication
      • Export
      • Convert
      • Row Processing
      • AI Collection
      • Brand Style
      • Check
    • Template Catalog API
      • Authentication
      • Templates
      • Categories
      • Collections
      • Designers
      • Tags
    • HTML Importer API
      • Authentication
      • Import HTML
  • Forms
    • Form Block
    • Integrating and using the Form block
      • Passing forms to the builder
      • Form structure and parameters
      • Form layout customization
      • Allowed form fields
      • Edit form field modal
  • Rows
    • Reusable Content
      • Create Reusable Content
        • Pre-build Reusable Content
          • Implement Custom Rows
        • Save Reusable Content
          • Implement Hosted Saved Rows
          • Implement Self-hosted Saved Rows
            • Self-hosted Saved Rows Concepts and Tutorial
      • Sync Reusable Content
        • Implement Synced Rows
        • Initialize Edit Single Row Mode
      • Manage Reusable Content
    • Storage for Reusable Content
      • Hosted Saved Rows
      • Self-Hosted Saved Rows
  • File manager
    • File manager application overview
      • Mime Types and Groups
  • Server-side configurations
    • Server-side options
      • Toolbar options
      • Storage options
        • Configure your AWS S3 bucket
        • Connect your file storage system
      • Content options
      • Services options
      • Undo & Changes history
      • Custom JavaScript Libraries Injection
  • Other Customizations
    • Advanced options
      • Special Links and Merge Tags
      • Content Dialog
      • Custom Color Palette
      • Font management
      • Roles and Permissions
      • Smart Merge Tags
      • Commenting
      • Custom Attributes
      • Meta Tags
      • Custom Languages
      • Display Conditions
      • Advanced Permissions
      • Custom File Picker
      • Custom Headers
    • Appearance
      • Content Defaults
      • Custom Sidebar Position
      • Content Tile Sorting
      • Content Tile Grouping
      • Loading Spinner Theme
      • Custom Tab Layout
      • Themes
      • Custom CSS
        • Change Log
    • AMP for Email
    • Collaborative Editing
      • Co-editing Integration Guide
    • Mobile Design Mode
    • Multi-language Templates
    • Cards Style and Image Round Corners
    • Hover Effect for Buttons
    • Content Area Padding
    • Line Height
    • Frontend Commands
  • Data Structures
    • Getting Started
    • Schema Catalog
    • Simple Schema
      • Template Schema
      • Definitions Schema
      • Row Schema
      • Column Schema
      • Title Schema
      • Image Schema
      • Button Schema
      • Paragraph Schema
      • HTML Schema
      • Menu Schema
      • List Schema
      • Icon Schema
      • Divider Schema
    • Row Metadata
    • Form Validation Schema
    • Comments Schema
      • Change Schema for Comments
  • Builder AddOns
    • AddOns
      • AddOns Overview
      • Partner AddOns
        • Partner AddOns directory
        • Installing Partner AddOns
        • DeepL
        • Stability AI
        • Azure AI Vision - Image Analysis
          • Alternate Text Generation with AI
          • AI Alt Text Bulk Generation
        • AI Writing Assistant
          • Available Providers
            • OpenAI
            • Azure OpenAI
            • Anthropic
          • AI Providers and Data Security
          • AI-Generated Meta Tag Fields
          • Token Upselling
          • Apply a Brand Tone
        • Custom AI Writing Assistant
      • Custom AddOns
        • AddOn Development
        • Contribute to the Partner AddOn Marketplace
      • AddOns Configuration
      • AddOn FAQs
  • Resources
    • Error Management
      • onWarning
      • Beefree SDK Editor Errors
      • File System Provider errors
      • JSON Parser errors
      • Template Validation and Update
      • Template validation and update errors
    • Scheduled maintenances
Powered by GitBook
LogoLogo

Policies

  • Privacy & Cookies
  • Terms of Services
  • GDPR Compliance
  • Trust Center

Contact Us

  • Submit a request
  • Book a demo
  • Report a security issue
  • Beefree SDK Startup Program

Resources

  • Developer website
  • Create a Developer Account

© Bee Content Design, Inc. San Francisco, CA | Part of Growens

On this page
  • When is the next scheduled maintenance?
  • FAQs about scheduled maintenances
  • Will the builder be unavailable?
  • What will users of the Beefree SDK builder see?
  • What if someone is already using the builder?
  • Do I get notified when a maintenance ends?
  • Is beefree.io affected by maintenances too?

Was this helpful?

Export as PDF
  1. Resources

Scheduled maintenances

PreviousTemplate validation and update errors

Last updated 10 months ago

Was this helpful?

When is the next scheduled maintenance?

There are currently no scheduled maintenance or downtime planned for our services.

FAQs about scheduled maintenances

Will the builder be unavailable?

Yes. We usually estimate a downtime for the builder. We always make every effort to ensure that maintenance is performed as quickly as possible.

Services not directly related to the builder itself, such as delivery of images hosted in our default storage, are not impacted. In other words, images in messages already created or sent, even if they are hosted by us, will display correctly.

What will users of the Beefree SDK builder see?

Users that launch the builder during the period of downtime within a maintenance window will see a “We’ll be back soon!” service page, similar to the following.

Note that:

  • This message is only shown if you link to BeePlugin.js (recommended implementation), not if you load the file as a local resource.

  • The message will only be in English.

  • The message will only be shown during the downtime portion of the maintenance window.

  • The message will only be displayed to users that launch the builder during a downtime: those that are already using the builder will not see this message. See the next question for information about how they will be affected.

What if someone is already using the builder?

Users that are already using the builder at the time a downtime starts (i.e. “active users”) will experience the builder not responding to certain actions. Some tasks (e.g. moving a content item) will work just fine, but others (e.g. loading a new image) will not respond.

To minimize impact and optimize their user experience, we recommend the following:

  1. Ensure your implementation of Beefree SDK takes advantage of the auto-save feature or onChange callback, so that the message is frequently auto-saved and no (or minimal) work is lost.

  2. Notify users of your application in various ways (e.g. email, a courtesy message inside your application, etc.), informing them of the maintenance window and asking them not to create or edit messages/pages during that window. We recommend that you use a maintenance window that’s a bit larger than the one indicated at the top of this page.

  3. Remind them about it as the maintenance window approaches.

Do I get notified when a maintenance ends?

We will send you a “Maintenance completed” email message once the task has been completed. You can also follow our status page to track the progress of any maintenance work.

Is beefree.io affected by maintenances too?

Yes, all services at beefree.io are affected. And so are 3 more applications within Growens, for a total of 5 production instances in our group of companies. And they are all users of Beefree SDK just like you. Any downtime affects us too: no shortcuts or special treatments. So we have every incentive to make sure maintenances are as short and painless as possible.