Initial commit
This commit is contained in:
85
Docker Backend/test-complete.json
Normal file
85
Docker Backend/test-complete.json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"sessionId": "test-complete-workflow",
|
||||
"letters": [
|
||||
{
|
||||
"index": 0,
|
||||
"format": "a4",
|
||||
"font": "tilda",
|
||||
"text": "Sehr geehrte/r [[Vorname]] [[Nachname]],\n\nhiermit bestätigen wir Ihre Bestellung mit der Nummer [[Bestellnummer]].\n\nIhr persönlicher Gutscheincode lautet: [[Gutscheincode]]\n\nEr ist gültig bis zum [[Ablaufdatum]].\n\nVielen Dank für Ihr Vertrauen!\n\nMit freundlichen Grüßen\nIhr Skrift-Team",
|
||||
"placeholders": {
|
||||
"Vorname": "Max",
|
||||
"Nachname": "Mustermann",
|
||||
"Bestellnummer": "SK-2026-001",
|
||||
"Gutscheincode": "SAVE20",
|
||||
"Ablaufdatum": "31.12.2026",
|
||||
"Strasse": "Hauptstr. 1",
|
||||
"PLZ": "10115",
|
||||
"Ort": "Berlin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"format": "a6p",
|
||||
"font": "alva",
|
||||
"text": "Liebe/r [[Vorname]],\n\nvielen Dank für deine Bestellung!\n\nDein Code: [[Gutscheincode]]\n\nHerzliche Grüße",
|
||||
"placeholders": {
|
||||
"Vorname": "Anna",
|
||||
"Nachname": "Schmidt",
|
||||
"Gutscheincode": "WINTER50",
|
||||
"Strasse": "Bahnhofstr. 5",
|
||||
"PLZ": "80331",
|
||||
"Ort": "München"
|
||||
}
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"format": "a6l",
|
||||
"font": "ellie",
|
||||
"text": "Alles Gute zum Geburtstag, [[Vorname]]!\n\nWir wünschen dir einen wundervollen Tag!",
|
||||
"placeholders": {
|
||||
"Vorname": "Julia",
|
||||
"Nachname": "Weber",
|
||||
"Strasse": "Lindenweg 12",
|
||||
"PLZ": "50667",
|
||||
"Ort": "Köln"
|
||||
}
|
||||
}
|
||||
],
|
||||
"envelopes": [
|
||||
{
|
||||
"index": 0,
|
||||
"format": "c6",
|
||||
"font": "tilda",
|
||||
"type": "recipient",
|
||||
"data": {
|
||||
"Vorname": "Max",
|
||||
"Nachname": "Mustermann",
|
||||
"Strasse": "Hauptstr. 1",
|
||||
"PLZ": "10115",
|
||||
"Ort": "Berlin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"format": "c6",
|
||||
"font": "alva",
|
||||
"type": "recipient",
|
||||
"data": {
|
||||
"Vorname": "Anna",
|
||||
"Nachname": "Schmidt",
|
||||
"Strasse": "Bahnhofstr. 5",
|
||||
"PLZ": "80331",
|
||||
"Ort": "München"
|
||||
}
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"format": "din_lang",
|
||||
"font": "ellie",
|
||||
"type": "custom",
|
||||
"data": {
|
||||
"customText": "Für meine liebe Freundin Julia"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user