@stamhoofd/models 2.89.2 → 2.90.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/helpers/MemberMerger.d.ts.map +1 -1
- package/dist/src/helpers/MemberMerger.js +46 -38
- package/dist/src/helpers/MemberMerger.js.map +1 -1
- package/dist/src/helpers/MemberMerger.test.js +17 -17
- package/dist/src/helpers/MemberMerger.test.js.map +1 -1
- package/dist/src/migrations/1752655335-events-webshop-id.sql +3 -0
- package/dist/src/migrations/1752678047-confirmation-email.sql +2 -0
- package/dist/src/models/EmailVerificationCode.js +1 -1
- package/dist/src/models/EmailVerificationCode.js.map +1 -1
- package/dist/src/models/Event.d.ts +1 -0
- package/dist/src/models/Event.d.ts.map +1 -1
- package/dist/src/models/Event.js +4 -0
- package/dist/src/models/Event.js.map +1 -1
- package/dist/src/models/PasswordToken.d.ts.map +1 -1
- package/dist/src/models/PasswordToken.js +4 -1
- package/dist/src/models/PasswordToken.js.map +1 -1
- package/dist/src/models/Registration.d.ts +1 -0
- package/dist/src/models/Registration.d.ts.map +1 -1
- package/dist/src/models/Registration.js +4 -0
- package/dist/src/models/Registration.js.map +1 -1
- package/dist/src/models/WebshopUitpasNumber.js +1 -1
- package/dist/src/models/WebshopUitpasNumber.js.map +1 -1
- package/package.json +2 -2
- package/src/helpers/MemberMerger.test.ts +17 -17
- package/src/helpers/MemberMerger.ts +60 -37
- package/src/migrations/1752655335-events-webshop-id.sql +3 -0
- package/src/migrations/1752678047-confirmation-email.sql +2 -0
- package/src/models/EmailVerificationCode.ts +1 -1
- package/src/models/Event.ts +3 -0
- package/src/models/PasswordToken.ts +4 -1
- package/src/models/Registration.ts +3 -0
- package/src/models/WebshopUitpasNumber.ts +1 -1
- package/dist/src/migrations/1648392491-default-templates.sql +0 -9
- package/dist/src/migrations/1651245707-default-templates-reminders.sql +0 -6
- package/dist/src/migrations/1724929140-default-templates-verify-email.sql +0 -5
- package/dist/src/migrations/1724939437-default-templates-invite-admin.sql +0 -5
- package/dist/src/migrations/1735994471-default-email-templates.sql +0 -5
- package/dist/src/migrations/1742393831-default-template-partially-accepted-event-notification.sql +0 -2
- package/dist/src/migrations/1743070458-default-email-template-orders.sql +0 -2
- package/src/migrations/1648392491-default-templates.sql +0 -9
- package/src/migrations/1651245707-default-templates-reminders.sql +0 -6
- package/src/migrations/1724929140-default-templates-verify-email.sql +0 -5
- package/src/migrations/1724939437-default-templates-invite-admin.sql +0 -5
- package/src/migrations/1735994471-default-email-templates.sql +0 -5
- package/src/migrations/1742393831-default-template-partially-accepted-event-notification.sql +0 -2
- package/src/migrations/1743070458-default-email-template-orders.sql +0 -2
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
INSERT INTO `email_templates` (`id`, `subject`, `groupId`, `webshopId`, `organizationId`, `type`, `text`, `html`, `json`, `updatedAt`, `createdAt`) VALUES
|
|
2
|
-
('0bc230e7-f254-4a9f-9213-60c27a8c61b0', '[{{webshopName}}] Bestelling {{nr}}', NULL, NULL, NULL, 'OrderConfirmationPOS', 'Dag {{firstName}},\nBedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is {{nr}}. Hou er rekening mee dat je deze bestelling ter plaatse nog moet betalen. Je kan jouw bestelling hieronder nog eens nakijken, of via de knop onderaan.\nMet vriendelijke groeten,{{organizationName}}\nOverzicht\n{{orderDetailsTable}}\n\n{{orderTable}}\nTe betalen {{orderPrice}}\nBouw ook een webshop voor jouw vereniging via Stamhoofd\n\n \n \n \n \n Bestelling bekijken\n \n \n \n \n\n\nGebruik de bovenstaande knop om de gegevens van jouw bestelling na te kijken.', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[{{webshopName}}] Bestelling {{nr}}</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 + p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .button { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0px; padding: 0px;\">Dag {{firstName}},</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Bedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is {{nr}}. <strong>Hou er rekening mee dat je deze bestelling ter plaatse nog moet betalen.</strong> Je kan jouw bestelling hieronder nog eens nakijken, of via de knop onderaan.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Met vriendelijke groeten,</p><p style=\"margin: 0px; padding: 0px;\">{{organizationName}}</p><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><h2 style=\"margin: 0px; padding: 0px;\">Overzicht</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderDetailsTable\">{{orderDetailsTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderTable\">{{orderTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><h3 style=\"margin: 0px; padding: 0px;\">Te betalen {{orderPrice}}</h3><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><strong>Bouw ook een webshop voor jouw vereniging via </strong><a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://www.stamhoofd.be/webshops\"><strong>Stamhoofd</strong></a></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><div data-type=\"smartButton\" data-id=\"orderUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{orderUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Bestelling bekijken</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p class=\"description\" style=\"color: rgb(94, 94, 94);\"><br><em>Gebruik de bovenstaande knop om de gegevens van jouw bestelling na te kijken.</em></p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Dag \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"firstName\"}}, {\"text\": \",\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Bedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"nr\"}}, {\"text\": \". \", \"type\": \"text\"}, {\"text\": \"Hou er rekening mee dat je deze bestelling ter plaatse nog moet betalen.\", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \" Je kan jouw bestelling hieronder nog eens nakijken, of via de knop onderaan.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Met vriendelijke groeten,\", \"type\": \"text\"}]}, {\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Overzicht\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderDetailsTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 3}, \"content\": [{\"text\": \"Te betalen \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"orderPrice\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Bouw ook een webshop voor jouw vereniging via \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Stamhoofd\", \"type\": \"text\", \"marks\": [{\"type\": \"link\", \"attrs\": {\"href\": \"https://www.stamhoofd.be/webshops\", \"target\": \"_blank\"}}, {\"type\": \"bold\"}]}]}, {\"type\": \"horizontalRule\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"orderUrl\"}, \"content\": [{\"text\": \"Bestelling bekijken\", \"type\": \"text\"}]}, {\"type\": \"descriptiveText\", \"content\": [{\"type\": \"hardBreak\"}, {\"text\": \"Gebruik de bovenstaande knop om de gegevens van jouw bestelling na te kijken.\", \"type\": \"text\", \"marks\": [{\"type\": \"italic\"}]}]}]}, \"version\": 160}', '2022-03-27 14:17:50', '2022-03-27 14:17:50'),
|
|
3
|
-
('0d9bb8d3-0615-4d3c-8a3d-ebb4413bafa4', '[{{webshopName}}] Jouw tickets (bestelling {{nr}})', NULL, NULL, NULL, 'TicketsConfirmation', 'Dag {{firstName}},\nBedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is {{nr}}. Je kan jouw tickets downloaden via de onderstaande knop.\n\n\n \n \n \n \n Download tickets\n \n \n \n \n\n\nJe kan jouw bestelling hieronder nog eens nakijken.\nMet vriendelijke groeten,{{organizationName}}Overzicht\nOPGELET: Deze e-mail is geen geldig ticket! Download daarvoor de tickets via de knop bovenaan.\n{{orderDetailsTable}}\n\n{{orderTable}}\nTotaal {{orderPrice}}\nOrganiseer ook een ticketverkoop voor jouw vereniging via Stamhoofd\n\n \n \n \n \n Bestelling nakijken\n \n \n \n \n\n\nVia de bovenstaande knop kan je de gegevens van jouw bestelling nakijken en jouw tickets downloaden.', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[{{webshopName}}] Jouw tickets (bestelling {{nr}})</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 + p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .button { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0px; padding: 0px;\">Dag {{firstName}},</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Bedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is {{nr}}. Je kan jouw tickets downloaden via de onderstaande knop.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartButton\" data-id=\"orderUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{orderUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Download tickets</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Je kan jouw bestelling hieronder nog eens nakijken.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Met vriendelijke groeten,</p><p style=\"margin: 0px; padding: 0px;\">{{organizationName}}</p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><h2 style=\"margin: 0px; padding: 0px;\">Overzicht</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><strong>OPGELET: Deze e-mail is geen geldig ticket! Download daarvoor de tickets via de knop bovenaan.</strong></p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderDetailsTable\">{{orderDetailsTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderTable\">{{orderTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><h3 style=\"margin: 0px; padding: 0px;\">Totaal {{orderPrice}}</h3><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><strong>Organiseer ook een ticketverkoop voor jouw vereniging via </strong><a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://www.stamhoofd.be/ticketverkoop\"><strong>Stamhoofd</strong></a></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><div data-type=\"smartButton\" data-id=\"orderUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{orderUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Bestelling nakijken</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p style=\"margin: 0px; padding: 0px;\"><br></p><p class=\"description\" style=\"color: rgb(94, 94, 94);\"><em>Via de bovenstaande knop kan je de gegevens van jouw bestelling nakijken en jouw tickets downloaden.</em></p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Dag \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"firstName\"}}, {\"text\": \",\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Bedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"nr\"}}, {\"text\": \". Je kan jouw tickets downloaden via de onderstaande knop.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"orderUrl\"}, \"content\": [{\"text\": \"Download tickets\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Je kan jouw bestelling hieronder nog eens nakijken.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Met vriendelijke groeten,\", \"type\": \"text\"}]}, {\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}]}, {\"type\": \"horizontalRule\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Overzicht\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"OPGELET: Deze e-mail is geen geldig ticket! Download daarvoor de tickets via de knop bovenaan.\", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderDetailsTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 3}, \"content\": [{\"text\": \"Totaal \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"orderPrice\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Organiseer ook een ticketverkoop voor jouw vereniging via \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Stamhoofd\", \"type\": \"text\", \"marks\": [{\"type\": \"link\", \"attrs\": {\"href\": \"https://www.stamhoofd.be/ticketverkoop\", \"target\": \"_blank\"}}, {\"type\": \"bold\"}]}]}, {\"type\": \"horizontalRule\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"orderUrl\"}, \"content\": [{\"text\": \"Bestelling nakijken\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"descriptiveText\", \"content\": [{\"text\": \"Via de bovenstaande knop kan je de gegevens van jouw bestelling nakijken en jouw tickets downloaden.\", \"type\": \"text\", \"marks\": [{\"type\": \"italic\"}]}]}]}, \"version\": 160}', '2022-03-27 14:23:25', '2022-03-27 14:23:25'),
|
|
4
|
-
('73ca3f42-341a-49d6-95e8-d53f76f48b08', '[{{webshopName}}] Betaling ontvangen (bestelling {{nr}})', NULL, NULL, NULL, 'OrderReceivedTransfer', 'Dag {{firstName}},\nWe hebben jouw bestelling (bestelnummer {{nr}}) in onze administratie gemarkeerd als betaald. Je kan jouw bestelling hieronder nog eens nakijken, of via de knop onderaan.\nMet vriendelijke groeten,{{organizationName}}\nOverzicht\n{{orderDetailsTable}}\n{{orderTable}}\nTotaal {{orderPrice}} (betaald)\nBouw ook een webshop voor jouw vereniging via Stamhoofd\n\n \n \n \n \n Bestelling openen\n \n \n \n \n\n\nKlik op de bovenstaande knop om de bestelling te openen in jouw browser.\n', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[{{webshopName}}] Betaling ontvangen (bestelling {{nr}})</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 + p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .button { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0px; padding: 0px;\">Dag {{firstName}},</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">We hebben jouw bestelling (bestelnummer {{nr}}) in onze administratie gemarkeerd als betaald. Je kan jouw bestelling hieronder nog eens nakijken, of via de knop onderaan.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Met vriendelijke groeten,</p><p style=\"margin: 0px; padding: 0px;\">{{organizationName}}</p><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><h2 style=\"margin: 0px; padding: 0px;\">Overzicht</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderDetailsTable\">{{orderDetailsTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderTable\">{{orderTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><h3 style=\"margin: 0px; padding: 0px;\">Totaal {{orderPrice}} (betaald)</h3><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><strong>Bouw ook een webshop voor jouw vereniging via </strong><a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://www.stamhoofd.be/webshops\"><strong>Stamhoofd</strong></a></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><div data-type=\"smartButton\" data-id=\"orderUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{orderUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Bestelling openen</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p style=\"margin: 0px; padding: 0px;\"><br></p><p class=\"description\" style=\"color: rgb(94, 94, 94);\"><em>Klik op de bovenstaande knop om de bestelling te openen in jouw browser.</em></p><p style=\"margin: 0px; padding: 0px;\"><br></p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Dag \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"firstName\"}}, {\"text\": \",\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"We hebben jouw bestelling (bestelnummer \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"nr\"}}, {\"text\": \") in onze administratie gemarkeerd als betaald. Je kan jouw bestelling hieronder nog eens nakijken, of via de knop onderaan.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Met vriendelijke groeten,\", \"type\": \"text\"}]}, {\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Overzicht\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderDetailsTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 3}, \"content\": [{\"text\": \"Totaal \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"orderPrice\"}}, {\"text\": \" (betaald)\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Bouw ook een webshop voor jouw vereniging via \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Stamhoofd\", \"type\": \"text\", \"marks\": [{\"type\": \"link\", \"attrs\": {\"href\": \"https://www.stamhoofd.be/webshops\", \"target\": \"_blank\"}}, {\"type\": \"bold\"}]}]}, {\"type\": \"horizontalRule\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"orderUrl\"}, \"content\": [{\"text\": \"Bestelling openen\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"descriptiveText\", \"content\": [{\"text\": \"Klik op de bovenstaande knop om de bestelling te openen in jouw browser.\", \"type\": \"text\", \"marks\": [{\"type\": \"italic\"}]}]}, {\"type\": \"paragraph\"}]}, \"version\": 160}', '2022-03-27 14:18:10', '2022-03-27 14:18:10'),
|
|
5
|
-
('7b5c1448-f792-44d0-8e41-87dd95a11aa3', '[{{webshopName}}] Bestelling {{nr}}', NULL, NULL, NULL, 'OrderConfirmationTransfer', 'Dag {{firstName}},\nBedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is {{nr}}. Je kan de betaalinstructies en bestelling hieronder nog eens nakijken, of via de knop onderaan. \nMet vriendelijke groeten,{{organizationName}}\nBetaalinstructies\nVergeet zeker niet om de mededeling \'{{transferDescription}} \' te vermelden in jouw overschrijving, als je die nog niet zou hebben uitgevoerd.\n{{paymentTable}}\n\nOverzicht\n{{orderDetailsTable}}\n\n{{orderTable}}\nTe betalen {{orderPrice}}\nBouw ook een webshop voor jouw vereniging via Stamhoofd\n\n \n \n \n \n Betaalinstructies\n \n \n \n \n\n\nGebruik de bovenstaande knop om de betaalinstructies van jouw bestelling na te kijken.', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[{{webshopName}}] Bestelling {{nr}}</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 + p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .button { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0px; padding: 0px;\">Dag {{firstName}},</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Bedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is {{nr}}. Je kan de betaalinstructies en bestelling hieronder nog eens nakijken, of via de knop onderaan. </p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Met vriendelijke groeten,</p><p style=\"margin: 0px; padding: 0px;\">{{organizationName}}</p><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><h2 style=\"margin: 0px; padding: 0px;\">Betaalinstructies</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Vergeet zeker niet om de mededeling \'{{transferDescription}} \' te vermelden in jouw overschrijving, als je die nog niet zou hebben uitgevoerd.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"paymentTable\">{{paymentTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><br></p><h2 style=\"margin: 0px; padding: 0px;\">Overzicht</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderDetailsTable\">{{orderDetailsTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderTable\">{{orderTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><h3 style=\"margin: 0px; padding: 0px;\">Te betalen {{orderPrice}}</h3><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><strong>Bouw ook een webshop voor jouw vereniging via </strong><a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://www.stamhoofd.be/webshops\"><strong>Stamhoofd</strong></a></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><div data-type=\"smartButton\" data-id=\"orderUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{orderUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Betaalinstructies</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p class=\"description\" style=\"color: rgb(94, 94, 94);\"><br><em>Gebruik de bovenstaande knop om de betaalinstructies van jouw bestelling na te kijken.</em></p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Dag \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"firstName\"}}, {\"text\": \",\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Bedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"nr\"}}, {\"text\": \". Je kan de betaalinstructies en bestelling hieronder nog eens nakijken, of via de knop onderaan. \", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Met vriendelijke groeten,\", \"type\": \"text\"}]}, {\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Betaalinstructies\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Vergeet zeker niet om de mededeling \'\", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"transferDescription\"}}, {\"text\": \" \' te vermelden in jouw overschrijving, als je die nog niet zou hebben uitgevoerd.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"paymentTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Overzicht\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderDetailsTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 3}, \"content\": [{\"text\": \"Te betalen \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"orderPrice\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Bouw ook een webshop voor jouw vereniging via \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Stamhoofd\", \"type\": \"text\", \"marks\": [{\"type\": \"link\", \"attrs\": {\"href\": \"https://www.stamhoofd.be/webshops\", \"target\": \"_blank\"}}, {\"type\": \"bold\"}]}]}, {\"type\": \"horizontalRule\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"orderUrl\"}, \"content\": [{\"text\": \"Betaalinstructies\", \"type\": \"text\"}]}, {\"type\": \"descriptiveText\", \"content\": [{\"type\": \"hardBreak\"}, {\"text\": \"Gebruik de bovenstaande knop om de betaalinstructies van jouw bestelling na te kijken.\", \"type\": \"text\", \"marks\": [{\"type\": \"italic\"}]}]}]}, \"version\": 160}', '2022-03-27 14:20:50', '2022-03-27 14:20:50'),
|
|
6
|
-
('9d3b9411-a47a-4a61-b870-e6744d3a7931', '[{{webshopName}}] Jouw tickets zijn beschikbaar (bestelling {{nr}})', NULL, NULL, NULL, 'TicketsReceivedTransfer', 'Dag {{firstName}},\nWe hebben de betaling van bestelling {{nr}} ontvangen. Jouw tickets kan je nu downloaden via de onderstaande knop.\n\n\n \n \n \n \n Download tickets\n \n \n \n \n\n\nMet vriendelijke groeten,{{organizationName}}Overzicht\nOPGELET: Deze e-mail is geen geldig ticket! Download daarvoor de tickets via de knop bovenaan.\n{{orderDetailsTable}}\n\n{{orderTable}}\nTotaal {{orderPrice}}\nOrganiseer ook een ticketverkoop voor jouw vereniging via Stamhoofd\n\n \n \n \n \n Bestelling nakijken\n \n \n \n \n\n\nVia de bovenstaande knop kan je de gegevens van jouw bestelling nakijken en jouw tickets downloaden.', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[{{webshopName}}] Jouw tickets zijn beschikbaar (bestelling {{nr}})</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 + p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .button { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0px; padding: 0px;\">Dag {{firstName}},</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">We hebben de betaling van bestelling {{nr}} ontvangen. Jouw tickets kan je nu downloaden via de onderstaande knop.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartButton\" data-id=\"orderUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{orderUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Download tickets</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Met vriendelijke groeten,</p><p style=\"margin: 0px; padding: 0px;\">{{organizationName}}</p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><h2 style=\"margin: 0px; padding: 0px;\">Overzicht</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><strong>OPGELET: Deze e-mail is geen geldig ticket! Download daarvoor de tickets via de knop bovenaan.</strong></p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderDetailsTable\">{{orderDetailsTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderTable\">{{orderTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><h3 style=\"margin: 0px; padding: 0px;\">Totaal {{orderPrice}}</h3><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><strong>Organiseer ook een ticketverkoop voor jouw vereniging via </strong><a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://www.stamhoofd.be/ticketverkoop\"><strong>Stamhoofd</strong></a></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><div data-type=\"smartButton\" data-id=\"orderUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{orderUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Bestelling nakijken</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p style=\"margin: 0px; padding: 0px;\"><br></p><p class=\"description\" style=\"color: rgb(94, 94, 94);\"><em>Via de bovenstaande knop kan je de gegevens van jouw bestelling nakijken en jouw tickets downloaden.</em></p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Dag \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"firstName\"}}, {\"text\": \",\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"We hebben de betaling van bestelling \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"nr\"}}, {\"text\": \" ontvangen. Jouw tickets kan je nu downloaden via de onderstaande knop.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"orderUrl\"}, \"content\": [{\"text\": \"Download tickets\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Met vriendelijke groeten,\", \"type\": \"text\"}]}, {\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}]}, {\"type\": \"horizontalRule\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Overzicht\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"OPGELET: Deze e-mail is geen geldig ticket! Download daarvoor de tickets via de knop bovenaan.\", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderDetailsTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 3}, \"content\": [{\"text\": \"Totaal \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"orderPrice\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Organiseer ook een ticketverkoop voor jouw vereniging via \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Stamhoofd\", \"type\": \"text\", \"marks\": [{\"type\": \"link\", \"attrs\": {\"href\": \"https://www.stamhoofd.be/ticketverkoop\", \"target\": \"_blank\"}}, {\"type\": \"bold\"}]}]}, {\"type\": \"horizontalRule\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"orderUrl\"}, \"content\": [{\"text\": \"Bestelling nakijken\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"descriptiveText\", \"content\": [{\"text\": \"Via de bovenstaande knop kan je de gegevens van jouw bestelling nakijken en jouw tickets downloaden.\", \"type\": \"text\", \"marks\": [{\"type\": \"italic\"}]}]}]}, \"version\": 160}', '2022-03-27 14:23:14', '2022-03-27 14:23:14'),
|
|
7
|
-
('c40ff104-b7c6-400f-8242-0e6af4e561f9', '[{{webshopName}}] Jouw tickets (bestelling {{nr}})', NULL, NULL, NULL, 'TicketsConfirmationPOS', 'Dag {{firstName}},\nBedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is {{nr}}. Je kan jouw tickets downloaden via de onderstaande knop.\nVergeet niet dat je de tickets ter plaatse nog moet betalen.\n\n\n \n \n \n \n Download tickets\n \n \n \n \n\n\nMet vriendelijke groeten,{{organizationName}}Overzicht\nOPGELET: Deze e-mail is geen geldig ticket! Download daarvoor de tickets via de knop bovenaan.\n{{orderDetailsTable}}\n\n{{orderTable}}\nTotaal {{orderPrice}}\nOrganiseer ook een ticketverkoop voor jouw vereniging via Stamhoofd\n\n \n \n \n \n Bestelling nakijken\n \n \n \n \n\n\nVia de bovenstaande knop kan je de gegevens van jouw bestelling nakijken en jouw tickets downloaden.', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[{{webshopName}}] Jouw tickets (bestelling {{nr}})</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 + p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .button { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0px; padding: 0px;\">Dag {{firstName}},</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Bedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is {{nr}}. Je kan jouw tickets downloaden via de onderstaande knop.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><strong>Vergeet niet dat je de tickets ter plaatse nog moet betalen.</strong></p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartButton\" data-id=\"orderUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{orderUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Download tickets</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Met vriendelijke groeten,</p><p style=\"margin: 0px; padding: 0px;\">{{organizationName}}</p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><h2 style=\"margin: 0px; padding: 0px;\">Overzicht</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><strong>OPGELET: Deze e-mail is geen geldig ticket! Download daarvoor de tickets via de knop bovenaan.</strong></p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderDetailsTable\">{{orderDetailsTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderTable\">{{orderTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><h3 style=\"margin: 0px; padding: 0px;\">Totaal {{orderPrice}}</h3><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><strong>Organiseer ook een ticketverkoop voor jouw vereniging via </strong><a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://www.stamhoofd.be/ticketverkoop\"><strong>Stamhoofd</strong></a></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><div data-type=\"smartButton\" data-id=\"orderUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{orderUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Bestelling nakijken</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p style=\"margin: 0px; padding: 0px;\"><br></p><p class=\"description\" style=\"color: rgb(94, 94, 94);\"><em>Via de bovenstaande knop kan je de gegevens van jouw bestelling nakijken en jouw tickets downloaden.</em></p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Dag \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"firstName\"}}, {\"text\": \",\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Bedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"nr\"}}, {\"text\": \". Je kan jouw tickets downloaden via de onderstaande knop.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Vergeet niet dat je de tickets ter plaatse nog moet betalen.\", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"orderUrl\"}, \"content\": [{\"text\": \"Download tickets\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Met vriendelijke groeten,\", \"type\": \"text\"}]}, {\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}]}, {\"type\": \"horizontalRule\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Overzicht\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"OPGELET: Deze e-mail is geen geldig ticket! Download daarvoor de tickets via de knop bovenaan.\", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderDetailsTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 3}, \"content\": [{\"text\": \"Totaal \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"orderPrice\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Organiseer ook een ticketverkoop voor jouw vereniging via \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Stamhoofd\", \"type\": \"text\", \"marks\": [{\"type\": \"link\", \"attrs\": {\"href\": \"https://www.stamhoofd.be/ticketverkoop\", \"target\": \"_blank\"}}, {\"type\": \"bold\"}]}]}, {\"type\": \"horizontalRule\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"orderUrl\"}, \"content\": [{\"text\": \"Bestelling nakijken\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"descriptiveText\", \"content\": [{\"text\": \"Via de bovenstaande knop kan je de gegevens van jouw bestelling nakijken en jouw tickets downloaden.\", \"type\": \"text\", \"marks\": [{\"type\": \"italic\"}]}]}]}, \"version\": 160}', '2022-03-27 14:23:11', '2022-03-27 14:23:11'),
|
|
8
|
-
('c8b363e0-0150-4e24-a9e2-0984dcbe6d32', '[{{webshopName}}] Bestelling {{nr}}', NULL, NULL, NULL, 'TicketsConfirmationTransfer', 'Dag {{firstName}},\nBedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is {{nr}}. Zodra we jouw overschrijving ontvangen, krijg je jouw tickets via e-mail. Je kan de betaalinstructies en bestelling nakijken via de knop onderaan deze e-mail. \nMet vriendelijke groeten,{{organizationName}}\nBetaalinstructies\nVergeet zeker niet om de mededeling \'{{transferDescription}} \' te vermelden in jouw overschrijving, als je die nog niet zou hebben uitgevoerd.\n{{paymentTable}}\n\nOverzicht\nOPGELET: Deze e-mail is geen geldig ticket! Die ontvang je pas na betaling van jouw bestelling.\n{{orderDetailsTable}}\n\n{{orderTable}}\nTe betalen {{orderPrice}}\nOrganiseer ook een ticketverkoop voor jouw vereniging via Stamhoofd\n\n \n \n \n \n Betaalinstructies\n \n \n \n \n\n\nGebruik de bovenstaande knop om de betaalinstructies van jouw bestelling na te kijken.', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[{{webshopName}}] Bestelling {{nr}}</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 + p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .button { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0px; padding: 0px;\">Dag {{firstName}},</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Bedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is {{nr}}. <strong>Zodra we jouw overschrijving ontvangen, krijg je jouw tickets via e-mail.</strong> Je kan de betaalinstructies en bestelling nakijken via de knop onderaan deze e-mail. </p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Met vriendelijke groeten,</p><p style=\"margin: 0px; padding: 0px;\">{{organizationName}}</p><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><h2 style=\"margin: 0px; padding: 0px;\">Betaalinstructies</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Vergeet zeker niet om de mededeling \'{{transferDescription}} \' te vermelden in jouw overschrijving, als je die nog niet zou hebben uitgevoerd.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"paymentTable\">{{paymentTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><br></p><h2 style=\"margin: 0px; padding: 0px;\">Overzicht</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><strong>OPGELET: Deze e-mail is geen geldig ticket! Die ontvang je pas na betaling van jouw bestelling.</strong></p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderDetailsTable\">{{orderDetailsTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderTable\">{{orderTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><h3 style=\"margin: 0px; padding: 0px;\">Te betalen {{orderPrice}}</h3><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><strong>Organiseer ook een ticketverkoop voor jouw vereniging via </strong><a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://www.stamhoofd.be/ticketverkoop\"><strong>Stamhoofd</strong></a></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><div data-type=\"smartButton\" data-id=\"orderUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{orderUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Betaalinstructies</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p class=\"description\" style=\"color: rgb(94, 94, 94);\"><br><em>Gebruik de bovenstaande knop om de betaalinstructies van jouw bestelling na te kijken.</em></p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Dag \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"firstName\"}}, {\"text\": \",\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Bedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"nr\"}}, {\"text\": \". \", \"type\": \"text\"}, {\"text\": \"Zodra we jouw overschrijving ontvangen, krijg je jouw tickets via e-mail.\", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \" Je kan de betaalinstructies en bestelling nakijken via de knop onderaan deze e-mail. \", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Met vriendelijke groeten,\", \"type\": \"text\"}]}, {\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Betaalinstructies\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Vergeet zeker niet om de mededeling \'\", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"transferDescription\"}}, {\"text\": \" \' te vermelden in jouw overschrijving, als je die nog niet zou hebben uitgevoerd.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"paymentTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Overzicht\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"OPGELET: Deze e-mail is geen geldig ticket! Die ontvang je pas na betaling van jouw bestelling.\", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderDetailsTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 3}, \"content\": [{\"text\": \"Te betalen \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"orderPrice\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Organiseer ook een ticketverkoop voor jouw vereniging via \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Stamhoofd\", \"type\": \"text\", \"marks\": [{\"type\": \"link\", \"attrs\": {\"href\": \"https://www.stamhoofd.be/ticketverkoop\", \"target\": \"_blank\"}}, {\"type\": \"bold\"}]}]}, {\"type\": \"horizontalRule\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"orderUrl\"}, \"content\": [{\"text\": \"Betaalinstructies\", \"type\": \"text\"}]}, {\"type\": \"descriptiveText\", \"content\": [{\"type\": \"hardBreak\"}, {\"text\": \"Gebruik de bovenstaande knop om de betaalinstructies van jouw bestelling na te kijken.\", \"type\": \"text\", \"marks\": [{\"type\": \"italic\"}]}]}]}, \"version\": 160}', '2022-03-27 14:23:21', '2022-03-27 14:23:21'),
|
|
9
|
-
('dad3a474-ebc0-4533-9f4b-6cee9df4b0f2', '[{{webshopName}}] Bestelling {{nr}}', NULL, NULL, NULL, 'OrderConfirmationOnline', 'Dag {{firstName}},\nBedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is {{nr}}. Je kan jouw bestelling hieronder nog eens nakijken, of via de knop onderaan.\nMet vriendelijke groeten,{{organizationName}}\nOverzicht\n{{orderDetailsTable}}\n\n{{orderTable}}\nTotaal {{orderPrice}}\nBouw ook een webshop voor jouw vereniging via Stamhoofd\n\n \n \n \n \n Bestelling openen\n \n \n \n \n\n\nGebruik de bovenstaande knop om de gegevens van jouw bestelling na te kijken.', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[{{webshopName}}] Bestelling {{nr}}</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 + p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .button { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0px; padding: 0px;\">Dag {{firstName}},</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Bedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is {{nr}}. Je kan jouw bestelling hieronder nog eens nakijken, of via de knop onderaan.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Met vriendelijke groeten,</p><p style=\"margin: 0px; padding: 0px;\">{{organizationName}}</p><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><h2 style=\"margin: 0px; padding: 0px;\">Overzicht</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderDetailsTable\">{{orderDetailsTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartVariableBlock\" data-id=\"orderTable\">{{orderTable}}</div><p style=\"margin: 0px; padding: 0px;\"><br></p><h3 style=\"margin: 0px; padding: 0px;\">Totaal {{orderPrice}}</h3><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><strong>Bouw ook een webshop voor jouw vereniging via </strong><a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://www.stamhoofd.be/webshops\"><strong>Stamhoofd</strong></a></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><div data-type=\"smartButton\" data-id=\"orderUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{orderUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Bestelling openen</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p class=\"description\" style=\"color: rgb(94, 94, 94);\"><br><em>Gebruik de bovenstaande knop om de gegevens van jouw bestelling na te kijken.</em></p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Dag \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"firstName\"}}, {\"text\": \",\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Bedankt voor jouw bestelling! We hebben deze goed ontvangen. Jouw bestelnummer is \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"nr\"}}, {\"text\": \". Je kan jouw bestelling hieronder nog eens nakijken, of via de knop onderaan.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Met vriendelijke groeten,\", \"type\": \"text\"}]}, {\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Overzicht\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderDetailsTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\"}, {\"type\": \"smartVariableBlock\", \"attrs\": {\"id\": \"orderTable\"}}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 3}, \"content\": [{\"text\": \"Totaal \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"orderPrice\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Bouw ook een webshop voor jouw vereniging via \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Stamhoofd\", \"type\": \"text\", \"marks\": [{\"type\": \"link\", \"attrs\": {\"href\": \"https://www.stamhoofd.be/webshops\", \"target\": \"_blank\"}}, {\"type\": \"bold\"}]}]}, {\"type\": \"horizontalRule\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"orderUrl\"}, \"content\": [{\"text\": \"Bestelling openen\", \"type\": \"text\"}]}, {\"type\": \"descriptiveText\", \"content\": [{\"type\": \"hardBreak\"}, {\"text\": \"Gebruik de bovenstaande knop om de gegevens van jouw bestelling na te kijken.\", \"type\": \"text\", \"marks\": [{\"type\": \"italic\"}]}]}]}, \"version\": 160}', '2022-03-27 14:17:42', '2022-03-27 14:17:42');
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
INSERT INTO `email_templates` (`id`, `subject`, `groupId`, `webshopId`, `organizationId`, `type`, `text`, `html`, `json`, `updatedAt`, `createdAt`) VALUES
|
|
2
|
-
('de4af858-3b22-4f74-a3b5-6cf0ca1d9056', '[Stamhoofd] Webshops worden stopgezet op {{validUntilDate}}', NULL, NULL, NULL, 'WebshopsExpirationReminder', 'Dag {{firstName}},\nOp {{validUntil}} loopt het abonnement van {{organizationName}} voor webshops/ticketverkoop bij Stamhoofd ten einde. Om te voorkomen dat je de toegang tot gegevens verliest en de webshops stopgezet worden, verleng je deze dus best op voorhand (als je dit nog niet zelf gedaan hebt). \nJe kan dit verlengen via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' de pakketten te verlengen. In de toekomst voorzien we een optie om pakketten (indien gewenst) automatisch te verlengen.\n\n\n \n \n \n \n Verleng webshops\n \n \n \n \n\nKlik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket te verlengen. \n\nVeel gestelde vragen\nPakket al verlengd? Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.Behoud ik de gegevens als ik niet verleng? De gegevens worden maar voor een beperkte periode bijgehouden als het pakket niet verlengd wordt. Kan ik met enkele maanden verlengen, in plaats van één jaar? Je kan indien nodig het pakket voor één webshop (2 maanden) los aankopen in plaats van te verlengen met één jaar.\n\nLaat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.\nMet vriendelijke groeten,Stamhoofd', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[Stamhoofd] Webshops worden stopgezet op {{validUntilDate}}</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 + p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .button { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0px; padding: 0px;\">Dag {{firstName}},</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Op {{validUntil}} loopt het abonnement van {{organizationName}} voor webshops/ticketverkoop bij Stamhoofd ten einde. Om te voorkomen dat je de toegang tot gegevens verliest en de webshops stopgezet worden, verleng je deze dus best op voorhand (als je dit nog niet zelf gedaan hebt). </p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Je kan dit verlengen via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' de pakketten te verlengen. In de toekomst voorzien we een optie om pakketten (indien gewenst) automatisch te verlengen.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartButton\" data-id=\"renewUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{renewUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Verleng webshops</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p class=\"description\" style=\"color: rgb(94, 94, 94);\"><em>Klik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket te verlengen. </em></p><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><br></p><h2 style=\"margin: 0px; padding: 0px;\">Veel gestelde vragen</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><ul><li><p style=\"margin: 0px; padding: 0px;\"><strong>Pakket al verlengd? </strong>Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.</p></li><li><p style=\"margin: 0px; padding: 0px;\"><strong>Behoud ik de gegevens als ik niet verleng? </strong>De gegevens worden maar voor een beperkte periode bijgehouden als het pakket niet verlengd wordt. </p></li><li><p style=\"margin: 0px; padding: 0px;\"><strong>Kan ik met enkele maanden verlengen, in plaats van één jaar? </strong>Je kan indien nodig het pakket voor één webshop (2 maanden) los aankopen in plaats van te verlengen met één jaar.</p></li></ul><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Laat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Met vriendelijke groeten,</p><p style=\"margin: 0px; padding: 0px;\">Stamhoofd</p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Dag \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"firstName\"}}, {\"text\": \",\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Op \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"validUntil\"}}, {\"text\": \" loopt het abonnement van \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}, {\"text\": \" voor webshops/ticketverkoop bij Stamhoofd ten einde. Om te voorkomen dat je de toegang tot gegevens verliest en de webshops stopgezet worden, verleng je deze dus best op voorhand (als je dit nog niet zelf gedaan hebt). \", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Je kan dit verlengen via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' de pakketten te verlengen. In de toekomst voorzien we een optie om pakketten (indien gewenst) automatisch te verlengen.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"renewUrl\"}, \"content\": [{\"text\": \"Verleng webshops\", \"type\": \"text\"}]}, {\"type\": \"descriptiveText\", \"content\": [{\"text\": \"Klik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket te verlengen. \", \"type\": \"text\", \"marks\": [{\"type\": \"italic\"}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Veel gestelde vragen\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"bulletList\", \"content\": [{\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Pakket al verlengd? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.\", \"type\": \"text\"}]}]}, {\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Behoud ik de gegevens als ik niet verleng? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"De gegevens worden maar voor een beperkte periode bijgehouden als het pakket niet verlengd wordt. \", \"type\": \"text\"}]}]}, {\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Kan ik met enkele maanden verlengen, in plaats van één jaar? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Je kan indien nodig het pakket voor één webshop (2 maanden) los aankopen in plaats van te verlengen met één jaar.\", \"type\": \"text\"}]}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Laat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Met vriendelijke groeten,\", \"type\": \"text\"}]}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Stamhoofd\", \"type\": \"text\"}]}]}, \"version\": 160}', '2022-04-29 15:13:21', '2022-04-29 15:13:21'),
|
|
3
|
-
('7ad01852-a28b-413d-b1b2-565f276b54b9', '[Stamhoofd] Proefperiode voor webshops eindigt op {{validUntilDate}}', NULL, NULL, NULL, 'TrialWebshopsExpirationReminder', 'Dag {{firstName}},\nOp {{validUntil}} loopt de proefperiode van {{organizationName}} voor webshops/ticketverkoop bij Stamhoofd ten einde. Je kan het pakket aankopen (keuze tussen twee maanden, of voor één jaar) als je het verder wil blijven gebruiken.\nAankopen kan via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' de pakketten te selecteren die je wilt aankopen. \n\n\n \n \n \n \n Webshops aankopen\n \n \n \n \n\nKlik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket aan te kopen. Als je nog niet ingelogd bent, moet je eerst inloggen.\n\nVeel gestelde vragen\nPakket al aangekocht? Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.Kan ik mijn aangemaakte webshops blijven gebruiken nadat ik het pakket aankoop? Ja, je kan alle webshops behouden. Je kan eventuele test-bestellingen verwijderen.Waar vind ik informatie over de prijzen? Op https://www.stamhoofd.be/prijzen vind je alle informatie.\n\nLaat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.\nMet vriendelijke groeten,Stamhoofd', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[Stamhoofd] Proefperiode voor webshops eindigt op {{validUntilDate}}</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 + p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .button { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0px; padding: 0px;\">Dag {{firstName}},</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Op {{validUntil}} loopt de proefperiode van {{organizationName}} voor webshops/ticketverkoop bij Stamhoofd ten einde. Je kan het pakket aankopen (keuze tussen twee maanden, of voor één jaar) als je het verder wil blijven gebruiken.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Aankopen kan via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' de pakketten te selecteren die je wilt aankopen. </p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartButton\" data-id=\"renewUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{renewUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Webshops aankopen</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p class=\"description\" style=\"color: rgb(94, 94, 94);\"><em>Klik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket aan te kopen. Als je nog niet ingelogd bent, moet je eerst inloggen.</em></p><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><br></p><h2 style=\"margin: 0px; padding: 0px;\">Veel gestelde vragen</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><ul><li><p style=\"margin: 0px; padding: 0px;\"><strong>Pakket al aangekocht? </strong>Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.</p></li><li><p style=\"margin: 0px; padding: 0px;\"><strong>Kan ik mijn aangemaakte webshops blijven gebruiken nadat ik het pakket aankoop? </strong>Ja, je kan alle webshops behouden. Je kan eventuele test-bestellingen verwijderen.</p></li><li><p style=\"margin: 0px; padding: 0px;\"><strong>Waar vind ik informatie over de prijzen? </strong>Op <a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://www.stamhoofd.be/prijzen\">https://www.stamhoofd.be/prijzen</a> vind je alle informatie.</p></li></ul><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Laat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Met vriendelijke groeten,</p><p style=\"margin: 0px; padding: 0px;\">Stamhoofd</p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Dag \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"firstName\"}}, {\"text\": \",\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Op \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"validUntil\"}}, {\"text\": \" loopt de proefperiode van \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}, {\"text\": \" voor webshops/ticketverkoop bij Stamhoofd ten einde. Je kan het pakket aankopen (keuze tussen twee maanden, of voor één jaar) als je het verder wil blijven gebruiken.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Aankopen kan via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' de pakketten te selecteren die je wilt aankopen. \", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"renewUrl\"}, \"content\": [{\"text\": \"Webshops aankopen\", \"type\": \"text\"}]}, {\"type\": \"descriptiveText\", \"content\": [{\"text\": \"Klik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket aan te kopen. Als je nog niet ingelogd bent, moet je eerst inloggen.\", \"type\": \"text\", \"marks\": [{\"type\": \"italic\"}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Veel gestelde vragen\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"bulletList\", \"content\": [{\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Pakket al aangekocht? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.\", \"type\": \"text\"}]}]}, {\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Kan ik mijn aangemaakte webshops blijven gebruiken nadat ik het pakket aankoop? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Ja, je kan alle webshops behouden. Je kan eventuele test-bestellingen verwijderen.\", \"type\": \"text\"}]}]}, {\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Waar vind ik informatie over de prijzen? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Op \", \"type\": \"text\"}, {\"text\": \"https://www.stamhoofd.be/prijzen\", \"type\": \"text\", \"marks\": [{\"type\": \"link\", \"attrs\": {\"href\": \"https://www.stamhoofd.be/prijzen\", \"target\": \"_blank\"}}]}, {\"text\": \" vind je alle informatie.\", \"type\": \"text\"}]}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Laat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Met vriendelijke groeten,\", \"type\": \"text\"}]}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Stamhoofd\", \"type\": \"text\"}]}]}, \"version\": 160}', '2022-04-29 15:09:50', '2022-04-29 15:09:50'),
|
|
4
|
-
('0f13087b-cf30-460d-b41f-66109278a0c2', '[Stamhoofd] Proefperiode voor ledenadministratie eindigt op {{validUntilDate}}', NULL, NULL, NULL, 'TrialMembersExpirationReminder', 'Dag {{firstName}},\nOp {{validUntil}} loopt de proefperiode van {{organizationName}} voor het ledenadministratiepakket bij Stamhoofd ten einde. Je kan het pakket aankopen als je het verder wil blijven gebruiken.\nAankopen kan via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' de pakketten te selecteren die je wilt aankopen. \n\n\n \n \n \n \n Ledenadministratie aankopen\n \n \n \n \n\nKlik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket aan te kopen. Als je nog niet ingelogd bent, moet je eerst inloggen.\n\nVeel gestelde vragen\nPakket al aangekocht? Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.Waar vind ik informatie over de prijzen? Op https://www.stamhoofd.be/prijzen vind je alle informatie.\n\nLaat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.\nMet vriendelijke groeten,Stamhoofd', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[Stamhoofd] Proefperiode voor ledenadministratie eindigt op {{validUntilDate}}</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 + p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .button { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0px; padding: 0px;\">Dag {{firstName}},</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Op {{validUntil}} loopt de proefperiode van {{organizationName}} voor het ledenadministratiepakket bij Stamhoofd ten einde. Je kan het pakket aankopen als je het verder wil blijven gebruiken.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Aankopen kan via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' de pakketten te selecteren die je wilt aankopen. </p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartButton\" data-id=\"renewUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{renewUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Ledenadministratie aankopen</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p class=\"description\" style=\"color: rgb(94, 94, 94);\"><em>Klik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket aan te kopen. Als je nog niet ingelogd bent, moet je eerst inloggen.</em></p><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><br></p><h2 style=\"margin: 0px; padding: 0px;\">Veel gestelde vragen</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><ul><li><p style=\"margin: 0px; padding: 0px;\"><strong>Pakket al aangekocht? </strong>Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.</p></li><li><p style=\"margin: 0px; padding: 0px;\"><strong>Waar vind ik informatie over de prijzen? </strong>Op <a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://www.stamhoofd.be/prijzen\">https://www.stamhoofd.be/prijzen</a> vind je alle informatie.</p></li></ul><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Laat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Met vriendelijke groeten,</p><p style=\"margin: 0px; padding: 0px;\">Stamhoofd</p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Dag \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"firstName\"}}, {\"text\": \",\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Op \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"validUntil\"}}, {\"text\": \" loopt de proefperiode van \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}, {\"text\": \" voor het ledenadministratiepakket bij Stamhoofd ten einde. Je kan het pakket aankopen als je het verder wil blijven gebruiken.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Aankopen kan via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' de pakketten te selecteren die je wilt aankopen. \", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"renewUrl\"}, \"content\": [{\"text\": \"Ledenadministratie aankopen\", \"type\": \"text\"}]}, {\"type\": \"descriptiveText\", \"content\": [{\"text\": \"Klik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket aan te kopen. Als je nog niet ingelogd bent, moet je eerst inloggen.\", \"type\": \"text\", \"marks\": [{\"type\": \"italic\"}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Veel gestelde vragen\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"bulletList\", \"content\": [{\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Pakket al aangekocht? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.\", \"type\": \"text\"}]}]}, {\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Waar vind ik informatie over de prijzen? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Op \", \"type\": \"text\"}, {\"text\": \"https://www.stamhoofd.be/prijzen\", \"type\": \"text\", \"marks\": [{\"type\": \"link\", \"attrs\": {\"href\": \"https://www.stamhoofd.be/prijzen\", \"target\": \"_blank\"}}]}, {\"text\": \" vind je alle informatie.\", \"type\": \"text\"}]}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Laat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Met vriendelijke groeten,\", \"type\": \"text\"}]}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Stamhoofd\", \"type\": \"text\"}]}]}, \"version\": 160}', '2022-04-29 15:10:11', '2022-04-29 15:10:11'),
|
|
5
|
-
('139bfe37-9bc4-434c-94f3-33687525be12', '[Stamhoofd] Jouw webshop wordt stopgezet op {{validUntilDate}}', NULL, NULL, NULL, 'SingleWebshopExpirationReminder', 'Dag {{firstName}},\nOp {{validUntil}} loopt het abonnement van {{organizationName}} voor één webshop/ticketverkoop bij Stamhoofd ten einde. Om te voorkomen dat je de toegang tot gegevens verliest en de webshop stopgezet worden, verleng je deze dus best op voorhand (als je dit nog niet zelf gedaan hebt). \nJe kan dit verlengen via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' een nieuw pakket aan te kopen (één jaar of twee maanden). In de toekomst voorzien we een optie om pakketten (indien gewenst) automatisch te verlengen.\n\n\n \n \n \n \n Verleng webshop\n \n \n \n \n\nKlik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket te verlengen. \n\nVeel gestelde vragen\nPakket al verlengd? Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.Behoud ik de gegevens als ik niet verleng? De gegevens worden maar voor een beperkte periode bijgehouden als het pakket niet verlengd wordt. \n\nLaat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.\nMet vriendelijke groeten,Stamhoofd', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[Stamhoofd] Jouw webshop wordt stopgezet op {{validUntilDate}}</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 + p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .button { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0px; padding: 0px;\">Dag {{firstName}},</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Op {{validUntil}} loopt het abonnement van {{organizationName}} voor één webshop/ticketverkoop bij Stamhoofd ten einde. Om te voorkomen dat je de toegang tot gegevens verliest en de webshop stopgezet worden, verleng je deze dus best op voorhand (als je dit nog niet zelf gedaan hebt). </p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Je kan dit verlengen via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' een nieuw pakket aan te kopen (één jaar of twee maanden). In de toekomst voorzien we een optie om pakketten (indien gewenst) automatisch te verlengen.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartButton\" data-id=\"renewUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{renewUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Verleng webshop</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p class=\"description\" style=\"color: rgb(94, 94, 94);\"><em>Klik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket te verlengen. </em></p><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><br></p><h2 style=\"margin: 0px; padding: 0px;\">Veel gestelde vragen</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><ul><li><p style=\"margin: 0px; padding: 0px;\"><strong>Pakket al verlengd? </strong>Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.</p></li><li><p style=\"margin: 0px; padding: 0px;\"><strong>Behoud ik de gegevens als ik niet verleng? </strong>De gegevens worden maar voor een beperkte periode bijgehouden als het pakket niet verlengd wordt. </p></li></ul><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Laat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Met vriendelijke groeten,</p><p style=\"margin: 0px; padding: 0px;\">Stamhoofd</p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Dag \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"firstName\"}}, {\"text\": \",\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Op \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"validUntil\"}}, {\"text\": \" loopt het abonnement van \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}, {\"text\": \" voor één webshop/ticketverkoop bij Stamhoofd ten einde. Om te voorkomen dat je de toegang tot gegevens verliest en de webshop stopgezet worden, verleng je deze dus best op voorhand (als je dit nog niet zelf gedaan hebt). \", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Je kan dit verlengen via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' een nieuw pakket aan te kopen (één jaar of twee maanden). In de toekomst voorzien we een optie om pakketten (indien gewenst) automatisch te verlengen.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"renewUrl\"}, \"content\": [{\"text\": \"Verleng webshop\", \"type\": \"text\"}]}, {\"type\": \"descriptiveText\", \"content\": [{\"text\": \"Klik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket te verlengen. \", \"type\": \"text\", \"marks\": [{\"type\": \"italic\"}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Veel gestelde vragen\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"bulletList\", \"content\": [{\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Pakket al verlengd? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.\", \"type\": \"text\"}]}]}, {\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Behoud ik de gegevens als ik niet verleng? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"De gegevens worden maar voor een beperkte periode bijgehouden als het pakket niet verlengd wordt. \", \"type\": \"text\"}]}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Laat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Met vriendelijke groeten,\", \"type\": \"text\"}]}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Stamhoofd\", \"type\": \"text\"}]}]}, \"version\": 160}', '2022-04-29 15:15:18', '2022-04-29 15:15:18'),
|
|
6
|
-
('33cc9c96-5f73-4156-a74f-54475ac88ee6', '[Stamhoofd] Op {{validUntilDate}} vervalt jouw ledenadministratie pakket', NULL, NULL, NULL, 'MembersExpirationReminder', 'Dag {{firstName}},\nOp {{validUntil}} loopt het abonnement van {{organizationName}} voor het ledenadministratiepakket bij Stamhoofd ten einde. Om te voorkomen dat je de toegang tot gegevens verliest en de ledenadministratie onderbroken wordt, verleng je deze dus best op voorhand (als je dit nog niet zelf gedaan hebt). \nJe kan dit verlengen via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' de pakketten te verlengen. In de toekomst voorzien we een optie om pakketten (indien gewenst) automatisch te verlengen.\n\n\n \n \n \n \n Verleng ledenadministratie\n \n \n \n \n\nKlik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket te verlengen. \n\nVeel gestelde vragen\nPakket al verlengd? Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.Wat met leden die stoppen? Als je een lid uitschrijft, komt er één plaats vrij die kan worden ingekomen door een nieuw lid, zonder dat je daarvoor extra hoeft te betalen. Weet je op voorhand dat het aantal leden sterk zal verminderen? Schrijf de leden dan uit voor je het pakket verlengd. Dan hoef je die nog niet te betalen op het moment van de verlenging.Behoud ik de gegevens als ik niet verleng? De gegevens worden maar voor een beperkte periode bijgehouden als het pakket niet verlengd wordt. Kan ik met enkele maanden verlengen, in plaats van één jaar? Dit is voorlopig niet mogelijk.\n\nLaat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.\nMet vriendelijke groeten,Stamhoofd', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[Stamhoofd] Op {{validUntilDate}} vervalt jouw ledenadministratie pakket</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n -webkit-user-select: auto;\n -moz-user-select: auto;\n -ms-user-select: auto;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 + p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .button { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0px; padding: 0px;\">Dag {{firstName}},</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Op {{validUntil}} loopt het abonnement van {{organizationName}} voor het ledenadministratiepakket bij Stamhoofd ten einde. Om te voorkomen dat je de toegang tot gegevens verliest en de ledenadministratie onderbroken wordt, verleng je deze dus best op voorhand (als je dit nog niet zelf gedaan hebt). </p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Je kan dit verlengen via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' de pakketten te verlengen. In de toekomst voorzien we een optie om pakketten (indien gewenst) automatisch te verlengen.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><div data-type=\"smartButton\" data-id=\"renewUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{renewUrl}}\" target=\"\" style=\"margin: 0px; text-decoration: none; font-size: 16px; font-weight: bold; color: white; padding: 0px 27px; line-height: 42px; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;\">Verleng ledenadministratie</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p class=\"description\" style=\"color: rgb(94, 94, 94);\"><em>Klik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket te verlengen. </em></p><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><br></p><h2 style=\"margin: 0px; padding: 0px;\">Veel gestelde vragen</h2><p style=\"margin: 0px; padding: 0px;\"><br></p><ul><li><p style=\"margin: 0px; padding: 0px;\"><strong>Pakket al verlengd? </strong>Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.</p></li><li><p style=\"margin: 0px; padding: 0px;\"><strong>Wat met leden die stoppen? </strong>Als je een lid uitschrijft, komt er één plaats vrij die kan worden ingekomen door een nieuw lid, zonder dat je daarvoor extra hoeft te betalen. Weet je op voorhand dat het aantal leden sterk zal verminderen? Schrijf de leden dan uit voor je het pakket verlengd. Dan hoef je die nog niet te betalen op het moment van de verlenging.</p></li><li><p style=\"margin: 0px; padding: 0px;\"><strong>Behoud ik de gegevens als ik niet verleng? </strong>De gegevens worden maar voor een beperkte periode bijgehouden als het pakket niet verlengd wordt. </p></li><li><p style=\"margin: 0px; padding: 0px;\"><strong>Kan ik met enkele maanden verlengen, in plaats van één jaar? </strong>Dit is voorlopig niet mogelijk.</p></li></ul><p style=\"margin: 0px; padding: 0px;\"><br></p><hr style=\"height: 2px; background-color: rgb(231, 231, 231); border-radius: 1px; padding: 0px; margin: 20px 0px; outline: none; border: 0px;\"><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Laat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.</p><p style=\"margin: 0px; padding: 0px;\"><br></p><p style=\"margin: 0px; padding: 0px;\">Met vriendelijke groeten,</p><p style=\"margin: 0px; padding: 0px;\">Stamhoofd</p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Dag \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"firstName\"}}, {\"text\": \",\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Op \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"validUntil\"}}, {\"text\": \" loopt het abonnement van \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}, {\"text\": \" voor het ledenadministratiepakket bij Stamhoofd ten einde. Om te voorkomen dat je de toegang tot gegevens verliest en de ledenadministratie onderbroken wordt, verleng je deze dus best op voorhand (als je dit nog niet zelf gedaan hebt). \", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Je kan dit verlengen via de knop hieronder, of door naar de Stamhoofd app/website te gaan en daar bij de instellingen > \'Mijn Pakketten\' de pakketten te verlengen. In de toekomst voorzien we een optie om pakketten (indien gewenst) automatisch te verlengen.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"renewUrl\"}, \"content\": [{\"text\": \"Verleng ledenadministratie\", \"type\": \"text\"}]}, {\"type\": \"descriptiveText\", \"content\": [{\"text\": \"Klik op bovenstaande knop om rechtstreeks naar de instellingen te gaan om het pakket te verlengen. \", \"type\": \"text\", \"marks\": [{\"type\": \"italic\"}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\"}, {\"type\": \"heading\", \"attrs\": {\"level\": 2}, \"content\": [{\"text\": \"Veel gestelde vragen\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"bulletList\", \"content\": [{\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Pakket al verlengd? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Geen paniek: in dat geval kan je deze e-mail veilig negeren zolang je in de instellingen van Stamhoofd zelf ziet staan dat het pakket geldig is tot de juiste datum.\", \"type\": \"text\"}]}]}, {\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Wat met leden die stoppen? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Als je een lid uitschrijft, komt er één plaats vrij die kan worden ingekomen door een nieuw lid, zonder dat je daarvoor extra hoeft te betalen. Weet je op voorhand dat het aantal leden sterk zal verminderen? Schrijf de leden dan uit voor je het pakket verlengd. Dan hoef je die nog niet te betalen op het moment van de verlenging.\", \"type\": \"text\"}]}]}, {\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Behoud ik de gegevens als ik niet verleng? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"De gegevens worden maar voor een beperkte periode bijgehouden als het pakket niet verlengd wordt. \", \"type\": \"text\"}]}]}, {\"type\": \"listItem\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"text\": \"Kan ik met enkele maanden verlengen, in plaats van één jaar? \", \"type\": \"text\", \"marks\": [{\"type\": \"bold\"}]}, {\"text\": \"Dit is voorlopig niet mogelijk.\", \"type\": \"text\"}]}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"horizontalRule\"}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Laat gerust weten als jullie bijkomende vragen hebben. Dan beantwoorden we die graag.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Met vriendelijke groeten,\", \"type\": \"text\"}]}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Stamhoofd\", \"type\": \"text\"}]}]}, \"version\": 160}', '2022-04-29 15:13:17', '2022-04-29 15:13:17');
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
INSERT INTO `email_templates` (`id`, `subject`, `groupId`, `webshopId`, `organizationId`, `type`, `text`, `html`, `json`, `updatedAt`, `createdAt`) VALUES
|
|
2
|
-
('1b26c047-94b8-4b7c-9124-292d38da5c06', '[{{organizationName}}] Verifieer jouw e-mailadres', NULL, NULL, NULL, 'VerifyEmailWithoutCode', '{{greeting}}Verifieer jouw e-mailadres om te kunnen inloggen bij {{organizationName}}. Klik op de onderstaande link om jouw e-mailadres te bevestigen.\n\n \n \n \n \n Bevestig e-mailadres\n \n \n \n \n\nDit is een automatische e-mail. Gelieve niet op dit e-mailadres te reageren.{{organizationName}}', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[{{organizationName}}] Verifieer jouw e-mailadres</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\np.description a, p.description a:link, p.description a:visited, p.description a:active, p.description a:hover {\n text-decoration: underline;\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 ~ p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: {{primaryColorContrast}}; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .inline-link, .inline-link:link, .inline-link:visited, .inline-link:active, .inline-link:hover { margin: 0; text-decoration: underline; font-size: inherit; font-weight: inherit; color: inherit; touch-action: manipulation; } .inline-link:active { opacity: 0.5; } .description { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0; padding: 0; line-height: 1.4;\">{{greeting}}</p><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\">Verifieer jouw e-mailadres om te kunnen inloggen bij {{organizationName}}. Klik op de onderstaande link om jouw e-mailadres te bevestigen.</p><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><div data-type=\"smartButton\" data-id=\"confirmEmailUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" style=\"margin: 5px 0;\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{confirmEmailUrl}}\" target=\"\" style=\"margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: {{primaryColorContrast}}; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity;\">Bevestig e-mailadres</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\">Dit is een automatische e-mail. Gelieve niet op dit e-mailadres te reageren.</p><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\">{{organizationName}}</p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"greeting\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Verifieer jouw e-mailadres om te kunnen inloggen bij \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}, {\"text\": \". Klik op de onderstaande link om jouw e-mailadres te bevestigen.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"confirmEmailUrl\"}, \"content\": [{\"text\": \"Bevestig e-mailadres\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Dit is een automatische e-mail. Gelieve niet op dit e-mailadres te reageren.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}]}]}, \"version\": 328}', '2024-08-29 13:29:26', '2024-08-29 13:29:26');
|
|
3
|
-
|
|
4
|
-
INSERT INTO `email_templates` (`id`, `subject`, `groupId`, `webshopId`, `organizationId`, `type`, `text`, `html`, `json`, `updatedAt`, `createdAt`) VALUES
|
|
5
|
-
('6594a28e-a204-401c-9bca-6d88141b07dd', '[{{organizationName}}] Verifieer jouw e-mailadres', NULL, NULL, NULL, 'VerifyEmail', '{{greeting}}Verifieer jouw e-mailadres om te kunnen inloggen bij {{organizationName}}.Vul de onderstaande code in op de website:{{confirmEmailCode}}Of klik op onderstaande link:\n\n \n \n \n \n bevestig e-mailadres\n \n \n \n \n\nDit is een automatische e-mail. Gelieve niet op dit e-mailadres te reageren.{{organizationName}}', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>[{{organizationName}}] Verifieer jouw e-mailadres</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\np.description a, p.description a:link, p.description a:visited, p.description a:active, p.description a:hover {\n text-decoration: underline;\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 ~ p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: {{primaryColorContrast}}; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .inline-link, .inline-link:link, .inline-link:visited, .inline-link:active, .inline-link:hover { margin: 0; text-decoration: underline; font-size: inherit; font-weight: inherit; color: inherit; touch-action: manipulation; } .inline-link:active { opacity: 0.5; } .description { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0; padding: 0; line-height: 1.4;\">{{greeting}}</p><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\">Verifieer jouw e-mailadres om te kunnen inloggen bij {{organizationName}}.</p><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\">Vul de onderstaande code in op de website:</p><h1 style=\"margin: 0; padding: 0;\">{{confirmEmailCode}}</h1><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\">Of klik op onderstaande link:</p><div data-type=\"smartButton\" data-id=\"confirmEmailUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" style=\"margin: 5px 0;\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{confirmEmailUrl}}\" target=\"\" style=\"margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: {{primaryColorContrast}}; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity;\">bevestig e-mailadres</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\">Dit is een automatische e-mail. Gelieve niet op dit e-mailadres te reageren.</p><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\">{{organizationName}}</p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"greeting\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Verifieer jouw e-mailadres om te kunnen inloggen bij \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}, {\"text\": \".\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Vul de onderstaande code in op de website:\", \"type\": \"text\"}]}, {\"type\": \"heading\", \"attrs\": {\"level\": 1}, \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"confirmEmailCode\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Of klik op onderstaande link:\", \"type\": \"text\"}]}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"confirmEmailUrl\"}, \"content\": [{\"text\": \"bevestig e-mailadres\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Dit is een automatische e-mail. Gelieve niet op dit e-mailadres te reageren.\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"organizationName\"}}]}]}, \"version\": 328}', '2024-08-29 13:28:44', '2024-08-29 13:28:44');
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
INSERT INTO `email_templates` (`id`, `subject`, `groupId`, `webshopId`, `organizationId`, `type`, `text`, `html`, `json`, `updatedAt`, `createdAt`) VALUES
|
|
2
|
-
('548ae096-d5db-4115-af44-4155ba50b30d', '✉️ Beheerder van {{platformOrOrganizationName}}', NULL, NULL, NULL, 'AdminInvitation', '{{greeting}}{{inviterName}} heeft je toegevoegd als beheerder van {{platformOrOrganizationName}}. Je kan inloggen met je bestaande account {{email}}. Daar kan je jouw vereniging zoeken en aanklikken.\n\n \n \n \n \n Log in\n \n \n \n \n\nWeet je jouw wachtwoord niet meer? Dan kan je een nieuw wachtwoord instellen via de onderstaande link:{{resetUrl}}Deze link is geldig tot {{validUntil}}.Ken je deze vereniging niet? Dan kan je deze e-mail veilig negeren.', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>✉️ Beheerder van {{platformOrOrganizationName}}</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\np.description a, p.description a:link, p.description a:visited, p.description a:active, p.description a:hover {\n text-decoration: underline;\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 ~ p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: {{primaryColorContrast}}; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .inline-link, .inline-link:link, .inline-link:visited, .inline-link:active, .inline-link:hover { margin: 0; text-decoration: underline; font-size: inherit; font-weight: inherit; color: inherit; touch-action: manipulation; } .inline-link:active { opacity: 0.5; } .description { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0; padding: 0; line-height: 1.4;\">{{greeting}}</p><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\">{{inviterName}} <code>heeft je toegevoegd als beheerder van </code>{{platformOrOrganizationName}}<code>. Je kan inloggen met je bestaande account </code>{{email}}<code>. Daar kan je jouw vereniging zoeken en aanklikken.</code></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><div data-type=\"smartButton\" data-id=\"signInUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" style=\"margin: 5px 0;\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{signInUrl}}\" target=\"\" style=\"margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: {{primaryColorContrast}}; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity;\">Log in</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><p class=\"description\" style=\"color: #5e5e5e;\"><code>Weet je jouw wachtwoord niet meer? Dan kan je een nieuw wachtwoord instellen via de onderstaande link:</code></p><p class=\"description\" style=\"color: #5e5e5e;\">{{resetUrl}}</p><p class=\"description\" style=\"color: #5e5e5e;\"><br></p><p class=\"description\" style=\"color: #5e5e5e;\">Deze link is geldig tot {{validUntil}}.</p><p class=\"description\" style=\"color: #5e5e5e;\"><br></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\">Ken je deze vereniging niet? Dan kan je deze e-mail veilig negeren.</p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"greeting\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"inviterName\"}}, {\"text\": \" \", \"type\": \"text\"}, {\"text\": \"heeft je toegevoegd als beheerder van \", \"type\": \"text\", \"marks\": [{\"type\": \"code\"}]}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"platformOrOrganizationName\"}}, {\"text\": \". Je kan inloggen met je bestaande account \", \"type\": \"text\", \"marks\": [{\"type\": \"code\"}]}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"email\"}}, {\"text\": \". Daar kan je jouw vereniging zoeken en aanklikken.\", \"type\": \"text\", \"marks\": [{\"type\": \"code\"}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"signInUrl\"}, \"content\": [{\"text\": \"Log in\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"descriptiveText\", \"content\": [{\"text\": \"Weet je jouw wachtwoord niet meer? Dan kan je een nieuw wachtwoord instellen via de onderstaande link:\", \"type\": \"text\", \"marks\": [{\"type\": \"code\"}]}]}, {\"type\": \"descriptiveText\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"resetUrl\"}}]}, {\"type\": \"descriptiveText\"}, {\"type\": \"descriptiveText\", \"content\": [{\"text\": \"Deze link is geldig tot \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"validUntil\"}}, {\"text\": \".\", \"type\": \"text\"}]}, {\"type\": \"descriptiveText\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Ken je deze vereniging niet? Dan kan je deze e-mail veilig negeren.\", \"type\": \"text\"}]}]}, \"version\": 328}', '2024-08-29 13:41:58', '2024-08-29 13:41:58');
|
|
3
|
-
|
|
4
|
-
INSERT INTO `email_templates` (`id`, `subject`, `groupId`, `webshopId`, `organizationId`, `type`, `text`, `html`, `json`, `updatedAt`, `createdAt`) VALUES
|
|
5
|
-
('daf7152c-a58c-4c60-811f-4f7d5d4026cc', '✉️ Beheerder van {{platformOrOrganizationName}}', NULL, NULL, NULL, 'AdminInvitationNewUser', '{{greeting}}{{inviterName}} heeft je uitgenodigd om beheerder te worden van {{platformOrOrganizationName}}.\n\n \n \n \n \n Account aanmaken\n \n \n \n \n\nDeze link is geldig tot {{validUntil}}.Ken je deze vereniging niet? Dan kan je deze e-mail veilig negeren.', '<!DOCTYPE html>\n<html>\n\n<head>\n<meta charset=\"utf-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\" />\n<title>✉️ Beheerder van {{platformOrOrganizationName}}</title>\n<style type=\"text/css\">body {\n color: #000716;\n color: var(--color-dark, #000716);\n font-family: -apple-system-body, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 12pt;\n line-height: 1.4;\n}\n\np {\n margin: 0;\n padding: 0;\n line-height: 1.4;\n}\n\np.description {\n color: var(--color-gray-4, #5e5e5e);\n}\np.description a, p.description a:link, p.description a:visited, p.description a:active, p.description a:hover {\n text-decoration: underline;\n color: var(--color-gray-4, #5e5e5e);\n}\n\nstrong {\n font-weight: bold;\n}\n\nem {\n font-style: italic;\n}\n\nh1 {\n font-size: 30px;\n font-weight: bold;\n line-height: 1.2;\n margin: 0;\n padding: 0;\n}\n@media (max-width: 350px) {\n h1 {\n font-size: 24px;\n }\n}\n\nh2 {\n font-size: 20px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh3 {\n font-size: 16px;\n line-height: 1.2;\n font-weight: bold;\n margin: 0;\n padding: 0;\n}\n\nh4 {\n line-height: 1.2;\n font-weight: 500;\n margin: 0;\n padding: 0;\n}\n\nol, ul {\n list-style-position: outside;\n padding-left: 30px;\n}\n\nhr {\n height: 1px;\n background: var(--color-border, var(--color-gray-2, #dcdcdc));\n border-radius: 1px;\n padding: 0;\n margin: 20px 0;\n outline: none;\n border: 0;\n}\n\n.button {\n touch-action: inherit;\n user-select: auto;\n cursor: pointer;\n display: inline-block !important;\n line-height: 42px;\n font-size: 16px;\n font-weight: bold;\n}\n.button:active {\n transform: none;\n}\n\nimg {\n max-width: 100%;\n height: auto;\n}\n\na, a:link, a:visited, a:active, a:hover {\n text-decoration: underline;\n color: blue;\n}\n\n.email-data-table {\n width: 100%;\n border-collapse: collapse;\n}\n.email-data-table th, .email-data-table td {\n text-align: left;\n padding: 10px 10px 10px 0;\n border-bottom: 1px solid var(--color-border, var(--color-gray-2, #dcdcdc));\n vertical-align: middle;\n}\n.email-data-table th:last-child, .email-data-table td:last-child {\n text-align: right;\n padding-right: 0;\n}\n.email-data-table thead {\n font-weight: bold;\n}\n.email-data-table thead th {\n font-size: 10pt;\n}\n.email-data-table h4 ~ p {\n padding-top: 3px;\n opacity: 0.8;\n font-size: 11pt;\n} hr {height: 2px;background: #e7e7e7; border-radius: 1px; padding: 0; margin: 20px 0; outline: none; border: 0;} .button.primary { margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: {{primaryColorContrast}}; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity; } .button.primary:active { transform: scale(0.95, 0.95); } .inline-link, .inline-link:link, .inline-link:visited, .inline-link:active, .inline-link:hover { margin: 0; text-decoration: underline; font-size: inherit; font-weight: inherit; color: inherit; touch-action: manipulation; } .inline-link:active { opacity: 0.5; } .description { color: #5e5e5e; } </style>\n</head>\n\n<body>\n<p style=\"margin: 0; padding: 0; line-height: 1.4;\">{{greeting}}</p><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\">{{inviterName}} <code>heeft je uitgenodigd om beheerder te worden van </code>{{platformOrOrganizationName}}<code>.</code></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><div data-type=\"smartButton\" data-id=\"resetUrl\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" style=\"margin: 5px 0;\">\n<tbody><tr>\n <td>\n <table cellspacing=\"0\" cellpadding=\"0\">\n <tbody><tr>\n <td style=\"border-radius: 7px;\" bgcolor=\"{{primaryColor}}\">\n <a class=\"button primary\" href=\"{{resetUrl}}\" target=\"\" style=\"margin: 0; text-decoration: none; font-size: 16px; font-weight: bold; color: {{primaryColorContrast}}; padding: 0 27px; line-height: 42px; background: {{primaryColor}}; text-align: center; border-radius: 7px; touch-action: manipulation; display: inline-block; transition: 0.2s transform, 0.2s opacity;\">Account aanmaken</a>\n </td>\n </tr>\n </tbody></table>\n </td>\n</tr>\n</tbody></table></div><p class=\"description\" style=\"color: #5e5e5e;\">Deze link is geldig tot {{validUntil}}.</p><p style=\"margin: 0; padding: 0; line-height: 1.4;\"><br></p><p style=\"margin: 0; padding: 0; line-height: 1.4;\">Ken je deze vereniging niet? Dan kan je deze e-mail veilig negeren.</p>\n</body>\n\n</html>', '{\"value\": {\"type\": \"doc\", \"content\": [{\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"greeting\"}}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"type\": \"smartVariable\", \"attrs\": {\"id\": \"inviterName\"}}, {\"text\": \" \", \"type\": \"text\"}, {\"text\": \"heeft je uitgenodigd om beheerder te worden van \", \"type\": \"text\", \"marks\": [{\"type\": \"code\"}]}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"platformOrOrganizationName\"}}, {\"text\": \".\", \"type\": \"text\", \"marks\": [{\"type\": \"code\"}]}]}, {\"type\": \"paragraph\"}, {\"type\": \"smartButton\", \"attrs\": {\"id\": \"resetUrl\"}, \"content\": [{\"text\": \"Account aanmaken\", \"type\": \"text\"}]}, {\"type\": \"descriptiveText\", \"content\": [{\"text\": \"Deze link is geldig tot \", \"type\": \"text\"}, {\"type\": \"smartVariable\", \"attrs\": {\"id\": \"validUntil\"}}, {\"text\": \".\", \"type\": \"text\"}]}, {\"type\": \"paragraph\"}, {\"type\": \"paragraph\", \"content\": [{\"text\": \"Ken je deze vereniging niet? Dan kan je deze e-mail veilig negeren.\", \"type\": \"text\"}]}]}, \"version\": 328}', '2024-08-29 13:41:58', '2024-08-29 13:41:58');
|