cURL
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 }
Opens the send window
Log ID or IDs
Email Preset ID
Window opened
Was this page helpful?