Skip to main content
POST
/
v1
/
admin
/
notifications
/
email-templates
/
{type}
/
test
Send test email for a template
curl --request POST \
  --url http://localhost:3000/v1/admin/notifications/email-templates/{type}/test \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "success": true,
  "error": "<string>"
}

Path Parameters

type
string
required

Body

application/json
email
string<email>
required

Response

Test send result

success
boolean
required
error
string