Inngest (integration)
π’ Smarter AI π’
To integrate Inngest with your app and Flowise...
TS Code (typescript)
// Example: Inngest client and function (Node.js)
import { Inngest } from 'inngest';
const inngest = new Inngest({ id: 'my-app-id' });
const myFunction = inngest.createFunction({ name: 'my-workflow' }, async ({ event }) => {
console.log('Workflow triggered with event:', event);
// Your logic here, potentially calling Flowise APIs
return { success: true };
});
// Your HTTP server would expose this functionConnect to Inngest
Integrate with Flowise
Orchestration with Inngest
Key Concepts for Flowise/Inngest
Last updated