Project Bubble icon

Project Bubble

Bubble data API for data types, object queries, and record-by-ID retrieval.

Suited to Bubble app integrations that retrieve data type schemas, list objects with filters, and fetch records by unique ID.

Sign in to connect Project Bubble

Sign in to connect an account and start using Project Bubble in your apps.

Example Use Cases

These are example ways Snow can use Project Bubble when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Data API Get Data Type Fields

Retrieves the field schema for a specific Bubble data type, returning metadata about each field including its name, data type, and whether it's required. Use this after discovering available data types to understand their structure before querying or manipulating records.

Data API Get Objects

Tool to retrieve a list of objects for a specified data type. Use when you need to list items with optional filters, sorting, and pagination.

Get Record By ID

Retrieves a single record by its unique ID from a specified data type (table/collection). Use this when you need to fetch detailed information about a specific record and you already know its ID. The response includes all fields defined for that record, plus metadata like creation and modification dates. Common use cases: - Fetching full details of a specific team, user, or project by ID - Retrieving a record after getting its ID from a list/search operation - Accessing individual record properties for further processing Note: Returns an error if the record doesn't exist or you don't have permission to access it.