You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.