POST
/
merchant
/
email
/
custom_localization_template_sync
curl --request POST \
  --url https://api.unibee.top/merchant/email/custom_localization_template_sync \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "templateData": [
    {
      "attach": "<string>",
      "localizations": [
        {
          "content": "<string>",
          "language": "<string>",
          "title": "<string>"
        }
      ],
      "templateDescription": "<string>",
      "templateName": "<string>"
    }
  ],
  "versionEnable": true
}'
{
  "code": 123,
  "data": {},
  "message": "<string>",
  "redirect": "<string>",
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Sync the custom localization email template to gateway (sendgrid)

templateData
object[]
required

TemplateData

versionEnable
boolean

VersionEnable

Response

200 - application/json
code
integer
data
object
message
string
redirect
string
requestId
string