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.

ParameterDescription
Table IDThe unique identifier for the SmartSuite table.

List Records

Description: Retrieve and list records from a SmartSuite table directly within Bubble.

ParameterDescription
Table IDThe unique identifier for the SmartSuite table.

Create a Record

Description: Automate the creation of new records in a specific table (app).

ParameterDescription
Table IDThe unique identifier for the SmartSuite table.
Record DataA JSON object containing the data for the new record.

Retrieve a Record

Description: Fetch a specific record by its ID from any table (app).

ParameterDescription
Table IDThe unique identifier for the SmartSuite table.
Record IDThe unique identifier of the record to retrieve.

Update a Record

Description: Modify an existing record with updated information in a specific table (app).

ParameterDescription
Table IDThe unique identifier for the SmartSuite table.
Record IDThe unique identifier of the record to update.
Update DataA JSON object containing the updated data.

Delete a Record

Description: Remove a specific record from any table (app) with ease.

ParameterDescription
Table IDThe unique identifier for the SmartSuite table.
Record IDThe unique identifier of the record to delete.