SmartSuite
Reference
Reference for all actions available in the SmartSuite Plugin.
Plugin Actions
The SmartSuite plugin offers actions to help you manage records within your Bubble app. Here’s a breakdown of what you can do:
Fetch Record Structure
Description: Capture the data structure of records to properly display them in your app.
Parameter | Description |
---|---|
Table ID | The unique identifier for the SmartSuite table. |
List Records
Description: Retrieve and list records from a SmartSuite table directly within Bubble.
Parameter | Description |
---|---|
Table ID | The unique identifier for the SmartSuite table. |
Create a Record
Description: Automate the creation of new records in a specific table (app).
Parameter | Description |
---|---|
Table ID | The unique identifier for the SmartSuite table. |
Record Data | A JSON object containing the data for the new record. |
Retrieve a Record
Description: Fetch a specific record by its ID from any table (app).
Parameter | Description |
---|---|
Table ID | The unique identifier for the SmartSuite table. |
Record ID | The unique identifier of the record to retrieve. |
Update a Record
Description: Modify an existing record with updated information in a specific table (app).
Parameter | Description |
---|---|
Table ID | The unique identifier for the SmartSuite table. |
Record ID | The unique identifier of the record to update. |
Update Data | A JSON object containing the updated data. |
Delete a Record
Description: Remove a specific record from any table (app) with ease.
Parameter | Description |
---|---|
Table ID | The unique identifier for the SmartSuite table. |
Record ID | The unique identifier of the record to delete. |