Keysets
The Keysets section provides a way to configure PubNub features per each keyset. There are two ways to enter the Keysets section.
-
You can click on Keysets on the navigation column which will take you to this section and ask you to choose your app.
-
You can also go to the Keysets section with the app already chosen by clicking on the app in the Apps section.
Each keyset overview page shows:
- Whether a keyset is of
Testing
orProduction
kind (depending on its purpose). - Your app's publish, subscribe, and secret keys.
- Current and available configuration options, like Presence, App Context, or Access Manager.
- Recommended links to SDKs that can help you use the keys to build PubNub-powered apps.
Feature configuration
When you choose an app, you can see all the keysets assigned to this app. After choosing a given keyset, you also see all configurable features available for this keyset, including:
- Stream Controller
- Presence
- Access Manager
- Message Persistence
- App Context
- Mobile Push Notifications
- File Sharing
Each feature contains a number of configurable parameters that influence how a given feature works. To learn more about the available configuration options, click the feature name.
Webhook configuration
Each PubNub feature that sends events (Presence, App Context, Mobile Push Notifications, and Message Persistence) can forward those events to configurable URLs. You can do this by creating a proper event listener and attaching a webhook action using Events & Actions.
Legacy webhook configuration
Webhooks used to be configurable on the Keysets page in Admin Portal. If you're on a paid plan, we will migrate your existing webhooks for you.
If you're on a free plan, refer to our webhook migration guide.