Small Improvements · Example Payload

Renderpreviewusingpost Example

POST /v2/email-templates/preview

email-templates-resource

Renderpreviewusingpost Example is an example object payload from Small Improvements, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionrequestBodyresponse

Example Payload

Raw ↑
{
  "summary": "renderPreview",
  "operationId": "renderPreviewUsingPOST",
  "method": "POST",
  "path": "/v2/email-templates/preview",
  "tags": [
    "email-templates-resource"
  ],
  "description": "POST /v2/email-templates/preview",
  "requestBody": {
    "description": "emailTemplateDto",
    "required": true
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}