Skip to main content
POST
/
cabinet
/
admin
/
broadcasts
/
email-preview
Preview Email Broadcast
curl --request POST \
  --url http://localhost:8080/cabinet/admin/broadcasts/email-preview \
  --header 'Content-Type: application/json' \
  --data '
{
  "target": "<string>"
}
'
{
  "target": "<string>",
  "count": 123
}

Body

application/json

Request to preview email broadcast recipients.

target
string
required

Response

Successful Response

Preview response for email broadcast.

target
string
required
count
integer
required