Key-Value Storage

Description

Muhammad Aaqib

Last Update hace un año

This plugin integrates API League’s Key-Value Storage API, allowing you to store, retrieve, and delete key-value pairs in your Bubble app. It provides both Data API Calls (for fetching data) and Action API Calls (for performing actions in workflows).

Installation & Setup


  1. Install the plugin in your Bubble app.
  2. Navigate to Plugins → Select this plugin → Enter your API Key (Get it from API League).
  3. Ensure your API Key is active for all API calls.
Available API Calls
1. Set Key-Value Pair
  • Type: Action
  • Description: Stores a value with a specified key.
  • Parameters:
    • key
      : The key name
    • value
      : The value to store
  • Response: Success message or error
2. Get Value by Key
  • Type: Data & Action
  • Description: Retrieves the value associated with a given key.
  • Parameters:
    • key
      : The key name
  • Returned Fields:
    • value
      : The stored value
3. Delete Key-Value Pair
  • Type: Action
  • Description: Deletes a key-value pair.
  • Parameters:
    • key
      : The key name
  • Response: Success message or error
How to Use in Bubble
  • Set Value: Use in workflows to save data persistently.
  • Get Value: Use in text elements, workflows, or repeating groups to retrieve stored data.

Was this article helpful?

0 out of 0 liked this article