This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:otml [2025/02/27 10:47] – bk | en:otml [2025/10/30 16:24] (current) – [Preheader] fw | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== How doI develop | + | ====== How to develop |
| - | The following document provides technical information for the development of email templates for promio.connect. | + | The following document provides technical information for the development of e-mail |
| Line 35: | Line 35: | ||
| ===== OTML ===== | ===== OTML ===== | ||
| - | OTML is an extension of the HTML standard, specifically created for usage in promio.connect' | + | OTML is an extension of the HTML standard, specifically created for usage in promio.connect' |
| Because of this, an undestanding of HTML and CSS is mandatory. | Because of this, an undestanding of HTML and CSS is mandatory. | ||
| - | OTML serves the cause to make designated parts of an email editable. The global structure of the email will not be affected. | + | OTML serves the cause to make designated parts of an e-mail |
| - | At first, the email developer creates the email as usual. After this is done, all intended parts can be made editable with the usage of OTML. | + | At first, the e-mail |
| The OTML elements are separated into two namespaces: '' | The OTML elements are separated into two namespaces: '' | ||
| Line 49: | Line 49: | ||
| ==== Editable Title ==== | ==== Editable Title ==== | ||
| - | If you want the user to be able to edit the title of the mail, add the attribute '' | + | If you want the user to be able to edit the title of the mail, add the attribute '' |
| === Example === | === Example === | ||
| Line 74: | Line 74: | ||
| A repeater element defines an area of repeating blocks and **must contain one or more ''< | A repeater element defines an area of repeating blocks and **must contain one or more ''< | ||
| - | added to the email by the user via a selection list. | + | added to the e-mail |
| The repeater element can hold one or more ''< | The repeater element can hold one or more ''< | ||
| Line 121: | Line 121: | ||
| A layout is represented by the OTML tag ''< | A layout is represented by the OTML tag ''< | ||
| - | A layout element contains a template, which can be added to the email. It's a sub-element of the ''< | + | A layout element contains a template, which can be added to the e-mail. It's a sub-element of the ''< |
| added multiple times. | added multiple times. | ||
| Line 186: | Line 186: | ||
| A preheader is represented by the OTML tag ''< | A preheader is represented by the OTML tag ''< | ||
| - | A preheader is the preview text which is shown beneath the sender in most email clients. | + | A preheader is the preview text which is shown beneath the sender in most e-mail |
| - | During the build process of the email, the content of the preheader element will be put directly after the ''< | + | During the build process of the e-mail, the content of the preheader element will be put directly after the ''< |
| tracking pixels provided by promio.connect will be embedded after the preheader. This way, there is no HTML source code visible to the | tracking pixels provided by promio.connect will be embedded after the preheader. This way, there is no HTML source code visible to the | ||
| end-user. | end-user. | ||
| Line 194: | Line 194: | ||
| < | < | ||
| </ | </ | ||
| - | |||
| Line 435: | Line 434: | ||
| ^ Attribute | ^ Attribute | ||
| - | | text | Text that is visible in the email | | + | | text | Text that is visible in the e-mail |
| | summary | | summary | ||
| | organizerName | | organizerName | ||
| - | | organizerEmail | Email of the appointments organizer | + | | organizerEmail | E-mail |
| | dateTimeStart | | dateTimeStart | ||
| | dateTimeEnd | | dateTimeEnd | ||
| Line 498: | Line 497: | ||
| ==== External data sources ==== | ==== External data sources ==== | ||
| - | External data sources make it possible to embed content from RSS feeds into an email. | + | External data sources make it possible to embed content from RSS feeds into an e-mail. |
| The setup of external data sources is individually realized by promio.net GmbH. If you are interested in the usage, please contact our support team via ticket. | The setup of external data sources is individually realized by promio.net GmbH. If you are interested in the usage, please contact our support team via ticket. | ||
| Line 520: | Line 519: | ||
| A source item is represented by the OTML tag ''< | A source item is represented by the OTML tag ''< | ||
| - | It serves as the connection between the email and the setup data source. | + | It serves as the connection between the e-mail |
| ^ Attribute | ^ Attribute | ||
| Line 530: | Line 529: | ||
| ^ Value ^ Description | ^ Value ^ Description | ||
| - | | build | Refresh data source on build of the email. | | + | | build | Refresh data source on build of the e-mail. | |
| | delivery | Refresh data source before sending the campaign. | | | delivery | Refresh data source before sending the campaign. | | ||
| Line 660: | Line 659: | ||
| - | == Rendered | + | == Rendered |
| <code html> | <code html> | ||
| Line 759: | Line 758: | ||
| ==== External content ==== | ==== External content ==== | ||
| - | '' | + | '' |
| - | It is also possible to use this tag in the subject of an email. | + | It is also possible to use this tag in the subject of an e-mail. |
| ^ Attribute ^ Type ^ Required ^ Description ^ | ^ Attribute ^ Type ^ Required ^ Description ^ | ||
| Line 769: | Line 768: | ||
| === Example === | === Example === | ||
| - | As content of an email: | + | As content of an e-mail: |
| <code html> | <code html> | ||
| < | < | ||
| Line 892: | Line 891: | ||
| ==== Config Tags ==== | ==== Config Tags ==== | ||
| - | Config tags make it possible to control the behaviour of the email editor. | + | Config tags make it possible to control the behaviour of the e-mail |
| ^ Attribute | ^ Attribute | ||
| Line 990: | Line 989: | ||
| ^ Value ^ Description ^ | ^ Value ^ Description ^ | ||
| - | |frame | + | |frame |
| - | |shadow | Save the contents from a shadow copy of the email. This assures that the emails | + | |shadow | Save the contents from a shadow copy of the e-mail. This assures that the e-mails |