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
- Input Schema
- Output Schema
namestring required- Name to include in the greeting message
messagestring- Custom greeting message
credentialsRecord<CredentialType,string>- Object mapping credential types to values (injected at runtime)
greetingstring required- The generated greeting message
successboolean required- Whether the operation was successful
errorstring required- Error message if operation failed