Documentation Index
Fetch the complete documentation index at: https://docs.spreadjam.com/llms.txt
Use this file to discover all available pages before exploring further.
Installation
npm install @jam-nodes/nodes
import { builtInNodes } from '@jam-nodes/nodes';
registry.registerAll(builtInNodes);
Logic Nodes
| Node | Type | Description |
|---|
| Conditional | conditional | Branch workflow based on a condition |
| End | end | Mark the end of a workflow branch |
| Delay | delay | Pause execution for a specified duration |
| Node | Type | Description |
|---|
| Map | map | Extract a property from each item in an array |
| Filter | filter | Filter array items based on a condition |
Integration Nodes
| Node | Type | Services | Description |
|---|
| HTTP Request | http_request | None | Make HTTP requests to external APIs |
| Reddit Monitor | reddit_monitor | None | Search Reddit posts by keywords |
| Twitter Monitor | twitter_monitor | twitter | Search Twitter/X posts by keywords |
| LinkedIn Monitor | linkedin_monitor | forumScout | Search LinkedIn posts via ForumScout |
| Search Contacts | search_contacts | apollo | Search contacts via Apollo.io |
| Draft Emails | draft_emails | anthropic, emailDrafts | Generate personalized email drafts |
AI Nodes
| Node | Type | Services | Description |
|---|
| Social AI Analyze | social_ai_analyze | anthropic | Analyze posts for relevance and sentiment |
| Sora Video | sora_video | openai | Generate AI video with OpenAI Sora |
| SEO Keyword Research | seo_keyword_research | dataForSeo | Research keywords with volume and difficulty |
| SEO Audit | seo_audit | dataForSeo | Run comprehensive SEO audit on a URL |
| Social Keyword Generator | social_keyword_generator | anthropic | Generate platform-specific search keywords |