title field becomes the title on channels that support one, such as email subject lines and push titles. The type value is "meta".
When to use:
- Set email subject lines
- Set push notification titles
- Provide channel-specific titles
- Include metadata for notification processing
string
The title to be displayed by supported channels:
- Email: Used as the email subject line
- Push: Used as the push notification title
- Inbox: Used as the notification title
object
Region-specific content for localization. Can localize the
title field. See the .string[]
An array of channel names. The meta element applies only to the listed channels. See .
message.data (e.g., data.first_name, data.last_name).
Channel-specific titles
Different titles for different channels:
title field becomes the email subject line.
Push notifications: the title field becomes the push notification title. Keep it concise, typically 40-60 characters.
SMS: meta elements are typically unused, since SMS has no title or subject.
Inbox: the title field becomes the notification title in the inbox.