Business Messaging Guide v2
Business Messaging
Version 2

Templates

Copy link

Templates are the core of how Sendbird Business Messaging works. These pre-formatted, customizable message designs allow brands to send personalized notifications through multiple channels by building and using multiple templates for each channel. Templates can be created and customized on Sendbird Dashboard without writing code. This allows non-engineers such as, product managers and marketers, to easily compose up to 100 different templates and send notifications that fit the right use case needs.


How it works

Copy link

As templates are the starting point for Business Messaging, create a template on Sendbird Dashboard before sending and receiving the notification. When creating a template, you can select which type of channel you want to create a template for and in which sequence you'd like to send messages through each channel. See the create templates and Sequence guides for detailed instructions.

Note: If you wish to use a new channel dedicated to a specific use case, create a new channel first in the Channels page and then create a template for it.


Create templates on the dashboard

Copy link

To create or edit a template on Sendbird Dashboard, select your Sendbird application and navigate to Business Messaging > Templates. When creating or editing a template, the available fields depend on which channel type and how many channel types you have selected for the template.

For example, if you set multiple channel types for a template, you can set up the sequence for these channels.

You can also duplicate the existing template and create a new one for all created templates.

Note: Templates for KakaoTalk must go through a review process by the service provider every time the template is created or edited.

Step 1 Basic information

Copy link
  1. Go to Business Messaging > Templates and click Create template+ button.

  2. Fill in all the information:

Required
FieldsDescription

Name

Specify a human readable name of the template. Automatically filled in with the value you've set when created the channel.

Key

Specify a unique ID for this template. Automatically filled in with the value you've set when created the channel.

Channel

List a set of channel types associated with the template. To learn more about omni-channel notification, see the Channels page.

Permission

Which Sendbird Organization roles should have access to this template. To learn more, see our guide on permissions

Message retention

Specify how many days notification messages sent through this template should exist. Acceptable values are between 1 and 180. This feature provides teams with the capability to define how long notifications are retained, tailored to each template's specific needs. Adjustable on the Sendbird Dashboard, this ensures that messages are kept for a period that aligns with business requirements and operational strategies while keeping a user’s notification center clear of clutter.

Label

On the UI, it is an additional text that can be displayed at the top left of the notification message. Enable this functionality at the channel level.

Alternative text

If push notification is set to off, specify an alt text for the notification message. This will be used when displaying the notification preview in your channel list.


  1. Select a channel type from in-app messaging, push notifications, and KakaoTalk Alim Talk. Refer to the following instructions for more information on each channel type:

Note: If you have selected more than two channel types for one template, you can also set up the sequence and determine the order of message timing for each channel. To learn more about how to use Sequence, see our guide on Sequence.

Step 2 Template editor

Copy link

Once you selected a set of channel types to link to the template, you can edit the message layout and content for each channel using Template editor.

Inside of the Template editor, you’ll be able to customize each element of your template such as padding, font size, color, alignment and so forth. Some aspects of the template design will be controlled by the global theme.

Refer to the following instructions on each channel type:

In-app message

Copy link

  1. Go to Edit.
  2. Fill in all fields under Components and adjust the alignment of them.

Push notification

Copy link

  1. Go to Edit.
  2. Fill in all fields under Content and Data.
FieldDescription

Title

This is the title of the push notification. Variables can also be used for the body.

Body

This is the body content of the SMS. Variables can also be used for the body.

Data

The list of key-value items you've set to the Push Notification channel. They can contain custom data sent to the client SDK which are not visible in the push notification's title or body. This data, in the form of deep links, entity keys, localization keys, etc., can be used to execute specific actions or direct the user to particular app content upon interacting with the notification.


  1. Click Done to create a template.

KakaoTalk

Copy link
  1. Go to Edit.

  2. Customize your template by completing the formats provided. To learn more about how to create KakaoTalk templates, see KakaoTalk’s template creation guide.

  3. Click Done to create a template.

  4. As for KakaoTalk, your template must go through a review process. KakaoTalk template review process will take up to 2 business days for a result once submitted for review.

StatusDescription

In review

This KakaoTalk template is being reviewed and cannot be used.

Approved

This KakaoTalk template has been approved and can be used.

Rejected

This KakaoTalk template has been rejected and cannot be used.


  1. Once a KakaoTalk template is Approved, you can still make further edits. However, any changes will revert the template's status from Approved to In Review, indicating that it has been submitted again for approval. Notifications that are already in process will continue to be sent, but you won't be able to send new notifications with this template until it receives approval again. To learn more about KakaoTalk templates approval process, see KakaoTalk’s template approval guide.

Template variables

Copy link

Variables are an important aspect of building templates. They're the customizable parts of the template that you can change each time you send a notification. There are three different types of variables that Sendbird Business Messaging provides.

Variable typeDescription

String

Specifies the texts used in the body of the template and the text buttons. These texts are subject to change each time the notification is sent. The string variable is shown as a text field in the Sendbird Business Messaging Builder. You can assign a value to the key of the variable before sending the notification.

Image

Specifies the images used in the template. These images are subject to change each time the notification is sent. The image variable is shown as an image URL field in the Sendbird Business Messaging Builder. You can assign a value to the key of the variable before sending the notification.

Action

Specifies the actions to execute when a UI component in the template is tapped on the mobile app. These actions are subject to change each time the notification is sent. The action variable is shown as a drop-down menu containing two action types and a URL field in the Sendbird Business Messaging Builder. You can assign two different types of action values to the variable key: Web link and In-app link.
- Web link: Directs the user to an external web URL when the component is tapped.
- In-app link: Directs the user to a different screen within the client app when the component is tapped.

To see how to set variables in a template using the API, refer to a guide on Send a notification Platform API.

Note: You can also set variables for all channels and when you create a variable in one template, you can use the same variables in other templates.

Limitations

Copy link

Templates can be edited at any time to update their appearance and content though there are a few limitations to note:

  • Variables cannot be added, removed or edited once the template has been created.
  • The key cannot be changed.
  • Any changes that are made will only apply to notifications sent with the template after the changes. These changes are not retroactive.

Render messages with templates

Copy link

To see if your notification's been successfully sent, install Sendbird Chat UIKit for Business Messaging to render a notification channel in your app. Sendbird Business Messaging currently supports two mobile platforms: iOS and Android.