Technical, Productivity, Ecommerce
Key-Value Storage
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
Install the plugin in your Bubble app.
Navigate to Plugins → Select this plugin → Enter your API Key (Get it from API League).
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.
Delete Key: Use in workflows to remove a stored key-value pair.
🔗 Demo Page: https://chakor-plugin-demo-6.bubbleapps.io/version-test/key-value_storage
🔗 Editor Link: https://bubble.io/page?id=chakor-plugin-demo-6&test_plugin=1738844220019x289163149259571200_current&tab=Design&name=key-value_storage&type=page
Our team is available to solve any problems or questions you may have, please open a thread on our support forum: https://forum.thechakor.com/t/plugin-

No ratings yet

0 installs