How AI is powering better personalization in e-commerce [with Vercel]. Sign up now

OneSignal

Studio v2
This plugin only works with an older version of Sanity Studio (v2), which is deprecated.

Helps making push notifications for your content

By Bünyamin Öztürk

v2 install command (deprecated)

sanity install onesignal

sanity-plugin-onesignal

OneSignal Push Notification support for Sanity.io

Installation

sanity install onesignal

Usage

Use it in your schema types:

// [...]
{
  fields: [
    // [...]
    {
      name: 'onesignal',
      title: 'Notification',
      type: 'onesignal',
    },
  ]
}

Configuration

To use it you need to define your API Key and APP ID

// .../studio/config/onesignal.json
{
  "onesignalApiKey": "exampleKey",
  "onesignalAppId": "exampleID"
}