Skip to main content
POST
/
cabinet
/
admin
/
email-templates
/
{notification_type}
/
test
Send test email
curl --request POST \
  --url http://localhost:8080/cabinet/admin/email-templates/{notification_type}/test \
  --header 'Content-Type: application/json' \
  --data '
{
  "language": "ru",
  "email": ""
}
'
{}

Path Parameters

notification_type
string
required

Body

application/json

Request to send a test email.

language
string
default:ru
email
string
default:""

Response

Successful Response

The response is of type Response Send Test Email Cabinet Admin Email Templates Notification Type Test Post · object.