From a587e3571b6065dc0952fbb0dce59e730cb306bb Mon Sep 17 00:00:00 2001 From: Dean Ohashi Date: Thu, 11 Aug 2022 13:52:00 -0700 Subject: [PATCH] Added 'email_preheader' field. This field captures preview text for an email that provides additional context about an email. --- api.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api.json b/api.json index e703757..b01d119 100644 --- a/api.json +++ b/api.json @@ -830,6 +830,12 @@ "description": "Channel: Email\nThe email address the email is from. If not specified, will default to \"from email\" set in the OneSignal Dashboard Email Settings.\n", "writeOnly": true }, + "email_preheader": { + "type": "string", + "description": "Channel: Email\nThe preheader text of the email.\nPreheader is the preview text displayed immediately after an email subject that provides additional context about the email content.\nIf not specified, will default to null.\n", + "writeOnly": true, + "nullable": true + }, "sms_from": { "type": "string", "description": "Channel: SMS\nPhone Number used to send SMS. Should be a registered Twilio phone number in E.164 format.\n",