Skip to content

Unable to create SMTP templates that allow use of drag&drop editor (with hacker's workaround) #59

@nekromoff

Description

@nekromoff

Only simple and HTML editor are allowed, e.g. web app URLs https://app.brevo.com/editor/classic/html/XX and https://app.brevo.com/editor/classic/rich-text/XX.

When trying to edit template created in bulk via API using https://app.brevo.com/editor/newsletters/XX editor, editor crashes and this response is given GET https://editor-api.brevo.com/editor-api/newsletters/32?editorType=6:
{"message":"Campaign is not supporting editor type 6"}

How does one create template that is able to use drag&drop editor?

Templates created via web have this param:
"doiTemplate": true
Templates created via API have this:
"doiTemplate": false

However, using this param using PUT or POST set to true does not change anything and it is ignored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions