Messaging basics

Learn how messaging works, what kinds of messages Airship supports, and the tools you use to create them.

View as Markdown

How messaging works

In order to send messages, you need the following:

With the above in place:

  1. You create a message in the dashboard or using the API.

  2. Your app or website interprets the message via the Airship SDK, displaying or delivering it to users. SMS, email, and Apple News notifications are instead interpreted by a native client.

  3. Users see your message. When and where they see the message depends on message type, delivery settings, and automation.

Channels

When you read “channel,” it could mean one of three things:

  • Engagement channel — A communication medium supported by the Airship Service. Supported channels include app, web, email, SMS, and Open Channels.

  • Development channel — An instance representing an entity addressable via the Airship Service, such as an iOS device, email address, SMS number, or web browser.

  • Channel ID — An Airship-specific unique identifier for a development channel instance, such as a mobile device, web browser, or email address.

We specify Channel ID as such in our documentation. Engagement and development are generally implied by context. For more information, see Intro to Channels.

Message types

Message type availability varies per engagement channel:

Message typeDescriptionChannelsSend from
Push notificationA push notification is a message that can appear on any screen on a mobile device. Push notifications appear as banners. Learn moreAppDashboard, API
Web push notificationA web push notification is a message that appears in the top or bottom right corner of a web browser or in a notification center. On mobile devices, web push notifications appear similar to push notifications. Learn moreWebDashboard, API
Message CenterMessage Center is both a place in your app where you can display persistent rich messages, including HTML, video, etc., and a message type. Similar to email, Message Center represents both the medium (the in-app inbox) and the message type (the messages you send to the inbox). Learn moreAppDashboard, API
In-app messageAn in-app message is a message that appears inside of your app. You can send in-app messages to your entire app audience, not just users who have opted-in to push notifications. The standard format, as opposed to In-App Automation, is a banner that slides downward or upward from the top or bottom of a device screen. Learn moreAppDashboard, API
In-App AutomationIn-App Automation refers to messages cached on users’ devices and displayed when users meet certain conditions within your app, such as viewing a particular screen or opening the app a certain number of times. Learn moreAppDashboard
SceneA Scene is a mobile app or web experience of one or more screens displayed with fully native UI components in real time, providing immediate, contextual responses to user behaviors. Scenes can be presented in full-screen, modal, or embedded format using the default swipe/click mode or as a Story. They can also contain survey questions. Learn moreApp, WebDashboard
EmailEmail is an HTML or plain-text message that you send to registered users. Learn moreEmailDashboard, API
SMSAn SMS is a message that you can send to an MSISDN (phone number) over the SMMP protocol to devices that have opted in for a specific sender ID (long or short code). SMS messages appear in recipients’ native SMS clients. Generally speaking, SMS is inclusive of MMS and RCS. Learn moreSMSDashboard, API
Open channelAn Open channel message can be sent to any medium that can accept a JSON payload. Learn moreOpen channelDashboard, API

Creating and sending messages

You can create and send messages in three ways: with a Composer, in the Journey map, or through the Airship API.

Composers

A Composer is a dashboard tool for creating a message in a linear, step-by-step flow.

Use a Composer for single messages:

ComposerDescriptionSupported channelsMulti-channel supportDocumentation
MessageSend a single message immediately, scheduled, or recurring.App1, web, email, SMS, openYesCreate a Message
AutomationAutomatically send a message to users when users meet certain conditions.App1, web, email, SMS, openYesCreate an Automation
SceneDisplay a SceneA mobile app or web experience of one or more screens displayed with fully native UI components in real time, providing immediate, contextual responses to user behaviors. Scenes can be presented in full-screen, modal, or embedded format using the default swipe/click mode or as a Story. They can also contain survey questions. when users meet certain conditions.App, webYesCreate a Scene
In-App AutomationDisplay an In-App AutomationMessages cached on users’ devices and displayed when users meet certain conditions within your app, such as viewing a particular screen or opening the app a certain number of times. when users meet certain conditions.AppNoCreate an In-App Automation
Apple NewsSend a push notification that links to an Apple News story.AppNoApple News

1. For the app channel, the Message and Automation Composers support push notifications, in-app messages, and Message Center.

Journey map

A Journey is a continuous user experience of connected Sequences, Scenes and/or In-App Automations. The Journey map is a dashboard tool for building those messages, either individually or connected to create a Journey.

Sequences support the same channels and message types as the Message and Automation Composers. See Create a Sequence and Journeys.

API

To send messages using the API, see the Airship API reference. The API does not support Sequences, Scenes, In-App Automations, or Apple News. See Message types for API support per message type.

Reporting

After you send, measure performance and engagement. See About reports.

You can also set up integrations with Airship partners and use Real-Time Data StreamingA service that delivers user-level events in real time to your backend or third-party systems using the Data Streaming API. to send your Airship events to an outside system.