pipedream
pipedream copied to clipboard
[Components] bubble
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