change drafts intro wording to be better

This commit is contained in:
Madison 2026-07-17 02:13:27 -05:00
parent 6f1e796452
commit b70f32e295

View File

@ -113,7 +113,7 @@ const info = await hexclaveServerApp.getEmailDeliveryStats();
## Can I compose without writing code?
Yes. The dashboard has a full draft editor with live preview, theme selection, a recipient picker, and scheduling - then trigger the draft programmatically with `draftId` or send it straight from the dashboard.
Yes. The dashboard has a full draft editor with live preview, theme selection, a recipient picker, and scheduling. You can then either send the draft from the dashboard or programmatically using the `draftId`.
## Start here