Today we're releasing support for sending push notifications via Amazon's Simple Notification Service (SNS). Previously, if you wanted to send push notifications you would have to setup a direct connection with FCM or APNS, or use OneSignal or Expo.

Now, with our support for Amazon SNS you can route push notifications from Knock through Amazon's SNS infrastructure. Our SNS integration even has support for automated deregistration should the user's device token no longer be valid.

You can read more in our integration documentation, or can get started today using Amazon SNS by creating and configuring it as a channel within your Knock account.

Fixes and improvements

  • 🐛 [Dashboard] We fixed an issue where the "Request access" button for the APNS + FCM channel group was causing an error.
  • 🐛 [Dashboard] We fixed an issue where accessing the conditions builder could cause the application to error in certain situations.
  • 🐛 [Dashboard] We fixed an error where the template changes toast message would appear erroneously when expanding or collapsing variables in the state pane.