40 lines
683 B
Plaintext
40 lines
683 B
Plaintext
meta {
|
|
name: 4 Preview Batch - Custom Envelope Text
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/preview/batch
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"sessionId": "{{sessionId}}-custom",
|
|
"batchIndex": 0,
|
|
"config": {
|
|
"font": "ellie",
|
|
"letters": [
|
|
{
|
|
"index": 0,
|
|
"format": "a6l",
|
|
"text": "Alles Gute zum Geburtstag!",
|
|
"placeholders": {}
|
|
}
|
|
],
|
|
"envelopes": [
|
|
{
|
|
"index": 0,
|
|
"format": "din_lang",
|
|
"type": "custom",
|
|
"data": {
|
|
"customText": "Für meine großartige Freundin Caro"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|