diff --git a/website/docs/integrations/pubnub.mdx b/website/docs/integrations/pubnub.mdx new file mode 100644 index 00000000..e054680c --- /dev/null +++ b/website/docs/integrations/pubnub.mdx @@ -0,0 +1,23 @@ +--- +id: pubnub +title: PubNub - Receive a PubNub message on feature flag change events. +description: ConfigCat PubNub integration. This is a step-by-step guide on how to connect the ConfigCat feature flag service events to PubNub. +--- + +## Overview + +Notify your PubNub channels about feature flag changes in real time. This integration ensures that any updates in ConfigCat are instantly propagated across your distributed systems via PubNub. + +## Installation + +1. Have a PubNub account. +2. Get your PubNub publish key, subscribe key from the PubNub admin portal. + PubNub keys +3. Open the integrations tab on ConfigCat Dashboard. +4. Click on PubNub's CONNECT button and set your PubNub publish key, subscribe key and set the channel where you want to receive the notifications. +5. You're all set. Go ahead and make some changes on your feature flags, then check your messages in PubNub. + +## Un-installation + +1. Open the integrations tab on ConfigCat Dashboard. +2. Click on PubNub's DISCONNECT button. diff --git a/website/static/assets/pubnub/pubnub_keys.png b/website/static/assets/pubnub/pubnub_keys.png new file mode 100644 index 00000000..c988b261 Binary files /dev/null and b/website/static/assets/pubnub/pubnub_keys.png differ diff --git a/website/versioned_docs/version-V1/integrations/pubnub.mdx b/website/versioned_docs/version-V1/integrations/pubnub.mdx new file mode 100644 index 00000000..e054680c --- /dev/null +++ b/website/versioned_docs/version-V1/integrations/pubnub.mdx @@ -0,0 +1,23 @@ +--- +id: pubnub +title: PubNub - Receive a PubNub message on feature flag change events. +description: ConfigCat PubNub integration. This is a step-by-step guide on how to connect the ConfigCat feature flag service events to PubNub. +--- + +## Overview + +Notify your PubNub channels about feature flag changes in real time. This integration ensures that any updates in ConfigCat are instantly propagated across your distributed systems via PubNub. + +## Installation + +1. Have a PubNub account. +2. Get your PubNub publish key, subscribe key from the PubNub admin portal. + PubNub keys +3. Open the integrations tab on ConfigCat Dashboard. +4. Click on PubNub's CONNECT button and set your PubNub publish key, subscribe key and set the channel where you want to receive the notifications. +5. You're all set. Go ahead and make some changes on your feature flags, then check your messages in PubNub. + +## Un-installation + +1. Open the integrations tab on ConfigCat Dashboard. +2. Click on PubNub's DISCONNECT button.