From b70f32e2957458d895d02a491f0ba07ce052e377 Mon Sep 17 00:00:00 2001 From: Madison Date: Fri, 17 Jul 2026 02:13:27 -0500 Subject: [PATCH] change drafts intro wording to be better --- docs-mintlify/guides/apps/emails/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-mintlify/guides/apps/emails/overview.mdx b/docs-mintlify/guides/apps/emails/overview.mdx index e951c11c9..5ac271408 100644 --- a/docs-mintlify/guides/apps/emails/overview.mdx +++ b/docs-mintlify/guides/apps/emails/overview.mdx @@ -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