From 0ec0a8d7670662ea19a2fb330222aeb3a7366a0f 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..7688fa9 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. +You can send new outbound emails to customers with the `sendNewEmail` API (as well as via the UI). This is useful for proactively reaching out about issues.