PipedreamHQ / PipedreamHQ/pipedream

[Components] bubble

Open
#13,187 0 comments 0 reactions 1 assignee Claimed by @luancazarine View on GitHub
paid-account-needed triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# bubble
## URLs
- https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/authentication
- https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/data-api-endpoints
## Polling Sources
### new-workflow-trigger-event-instant
#### Prompt
Emits new event when a Bubble workflow that incorporates the plugin action is initiated. Necessary prop is a specified Bubble workflow. This allows for immediate integration with other platforms.
#### URLs
- https://manual.bubble.io/help-guides/integrations/api/the-bubble-api/the-data-api/data-api-requests#searching-for-things
## Actions
### modify-thing
#### Prompt
Modifies an existing thing in the Bubble database by providing the Thing's ID. The user needs to configure the following prop: 'Thing ID' (required). Optionally, 'Attribute to Modify' and 'New Value' props can be added to specify what and how to change.
#### URLs
- https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/data-api-requests#get-a-list-of-things
- https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/data-api-requests#make-changes-to-a-thing-by-id
### find-thing
#### Prompt
Searches for a Thing in the Bubble database. This operation requires the 'Search Query' prop configured by the user. Add 'Search Parameters' as an optional prop to narrow down the search.
#### URLs
- https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/data-api-requests#get-a-list-of-things
### create-thing
#### Prompt
Creates a new Thing in the Bubble database. The action requires 'Thing Attributes' prop configured by the user which defines the properties of the new Thing.
#### URLs
- https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/data-api-requests#create-a-thing

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.