Slide 1

Slide 1 text

No content

Slide 2

Slide 2 text

Building Flexible Notifications into Your Apps Goodness, Kayode Co-founder, Sendchamp @goodnesskayode

Slide 3

Slide 3 text

What are notifications?

Slide 4

Slide 4 text

What are notifications? Notifications answer the question of “How do I know what is happening in my application?” or “How do my users know what happened or is happening while using my app?” Notifications are most times triggered by actions but there are instances where the app developer wants to send messages not based on any action (Mostly seen with push notifications/emails)

Slide 5

Slide 5 text

Why are notifications important to your project or open-source project?

Slide 6

Slide 6 text

Why are notifications important to your project or open-source project? ● Verifications: A use case of this is 2FA (Two-factor authentication) where you allow users to access your application only when they receive the OTP and input it. (Image here or short video) ● Internal notifications/Alerts: You can notify yourself or your team on internal operation activities e.g Third party provider wallet balance is low or their service is down ● User activity: Notifications help you keep users up to speed with the key actions of other users on your app. E.g sending notification on limit reached

Slide 7

Slide 7 text

Cont’d ● User Actions: You can notify your users before they carry out an action or when an action is required. ● Suggestions: There are some actions that you want a user to take that will get more conversion when you suggest it to them. For example, Updating the app's latest version.

Slide 8

Slide 8 text

What are the channels that can be used to either notify you or your users?

Slide 9

Slide 9 text

What are the channels that can be used to either notify you or your users? ● SMS ● Whatsapp ● Push Notifications ● Emails ● Slack

Slide 10

Slide 10 text

What are flexible notifications & Why is it still a topic?

Slide 11

Slide 11 text

What are flexible notifications & Why is it still a topic? ● Have you tried to notify your users or send OTPs through different messaging channels like SMS, Email, Whatsapp, Push notifications, or voice and you could not get an easy tool that allows you to access the channels from one place? ● Have you had to integrate each messaging channel one by one? ● Have you had to integrate multiple providers for one channel?

Slide 12

Slide 12 text

This answers the question of why flexible notifications are very important. You want to be able to allow your users to get notified through channels they can easily see the messages and take action. Your users have different preferences so you need a smart way to handle and manage notifications from one place. This leads us to the term Notification Management Infrastructure.

Slide 13

Slide 13 text

What are simple platforms for managing all your notifications from one place?

Slide 14

Slide 14 text

1. Multichannel Communication Infrastructure: You can have platforms that have all the channels you need. Here, once you integrate them they give you access to all channels they have without any complex setup E.g Sendchamp, Twilio. There are 2 categories of platforms that allow you to manage notifications from one place: *Every image used is a copyright of their respective companies

Slide 15

Slide 15 text

2. Notification Handler Infrastructure: These platforms aggregate different communication providers in one place. This means that you have the flexibility of choosing the platforms you want to use for each channel E.g Courier, Novu, Onesignal In the course of this topic, I will be focusing on Notification Handler Infrastructure and using Courier as a case study. *Every image used is a copyright of their respective companies

Slide 16

Slide 16 text

What does it mean to have Flexible Notifications Infrastructure in your project or apps?

Slide 17

Slide 17 text

● No multiple integrations: You get to write less code but access more notification channels. ● One failure point & One source of truth: When there is a failure in sending notifications, you have a single place to track the errors instead of multiple dashboards. ● Easy routing to different channels: Instead of building the logic of sending notifications through different channels, notification infrastructure can help handle that.

Slide 18

Slide 18 text

● Notification API call Logs in one place: Logging is one of the key pros of notification infrastructure. Helps you log issues across providers, and channels in one place. ● Easy debugging: because of the simple logging and one failure point that notification infrastructure offers, debugging becomes a breeze. ● Templating: With notification infrastructures, you can limit the templates that you create in your application.

Slide 19

Slide 19 text

DEMO

Slide 20

Slide 20 text

THANK YOU! Connect with me on Twitter: @goodnesskayode

Slide 21

Slide 21 text

No content