From 606b020ec09dfc32c5d9036cbb148b762983b383 Mon Sep 17 00:00:00 2001 From: David Leyland Date: Fri, 16 Feb 2024 11:57:12 +0000 Subject: [PATCH] Add small note about outbound via the UI --- api-reference/graphql/messaging/send-email.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/graphql/messaging/send-email.mdx b/api-reference/graphql/messaging/send-email.mdx index dc6d973..2f89782 100644 --- a/api-reference/graphql/messaging/send-email.mdx +++ b/api-reference/graphql/messaging/send-email.mdx @@ -2,7 +2,7 @@ title: 'Send new emails' --- -You can send new outbound emails to customers with the `sendNewEmail` API. This is useful for proactively reaching out about issues. +As well as creating outbound emails in the UI you can also send them with the `sendNewEmail` API. This is useful for proactively reaching out about issues.