Skip to main content

Hello World Bubble

Simple hello world bubble for testing purposes

Quick Start

import { HelloWorldBubble } from '@bubblelab/bubble-core';
const result = await new HelloWorldBubble({

name: 'example', // Name to include in the greeting message
}).action();

Operation Details

execute

name string required
Name to include in the greeting message
message string
Custom greeting message
credentials Record<CredentialType,string>
Object mapping credential types to values (injected at runtime)