Skip to main content
POST
/
open-email-window
Send Email
curl --request POST \
  --url http://localhost:5252/open-email-window \
  --header 'Content-Type: application/json' \
  --header 'x-api-token: <api-key>' \
  --data '
{
  "logId": "<string>",
  "presetId": "<string>"
}
'
{
  "success": true
}

Authorizations

x-api-token
string
header
required

Body

application/json
logId
required

Log ID or IDs

presetId
string

Email Preset ID

Response

Window opened

success
boolean