Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?