lindy-webhooks-events

Featured

Configure Lindy AI webhook triggers, callback patterns, and event handling. Use when setting up webhook triggers, implementing callback receivers, or building event-driven Lindy integrations. Trigger with phrases like "lindy webhook", "lindy events", "lindy callback", "lindy webhook trigger".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Lindy Webhooks & Events ## Overview Lindy supports webhooks in two directions: **Inbound** (Webhook Received trigger wakes an agent) and **Outbound** (HTTP Request action calls your API). This skill covers both patterns, plus the callback pattern for async two-way communication. ## Prerequisites - Lindy account with active agents - HTTPS endpoint for receiving callbacks (if using outbound/callback patterns) - Completed `lindy-install-auth` setup ## Webhook Architecture ``` INBOUND (your system triggers Lindy): [Your App] --POST--> https://public.lindy.ai/api/v1/webhooks/<id> ↓ [Lindy Agent Wakes Up] ↓ [Processes with LLM] ↓ [Executes Actions] OUTBOUND (Lindy calls your system): [Lindy Agent] --HTTP Request action--> https://your-api.com/endpoint ↓ [Your Handler] CALLBACK (two-way async): [Your App] --POST with callbackUrl--> [Lindy Agent] ↓ [Your App] <--POST to callbackUrl-- [Lindy: Send POST to Callback] ``` ## Instructions ### Step 1: Create Webhook Received Trigger 1. In your agent, click the trigger node 2. Select **Webhook Received** 3. Lindy generates a unique URL: ``` https://public.lindy.ai/api/v1/webhooks/<unique-id> ``` 4. Click **Generate Secret** — copy immediately (shown only once) 5. Con...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

lindy-sdk-patterns

Lindy AI integration patterns for webhook handling, HTTP actions, and Run Code. Use when building integrations, calling Lindy agents from code, or implementing the Run Code action with Python/JavaScript. Trigger with phrases like "lindy SDK patterns", "lindy best practices", "lindy API patterns", "lindy Run Code", "lindy HTTP Request".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-reference-architecture

Reference architectures for Lindy AI agent integrations. Use when designing systems, planning multi-agent architectures, or implementing production integration patterns. Trigger with phrases like "lindy architecture", "lindy design", "lindy system design", "lindy patterns", "lindy multi-agent".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-hello-world

Create your first Lindy AI agent with a real trigger and action. Use when starting with Lindy, testing your setup, or learning basic agent workflow patterns. Trigger with phrases like "lindy hello world", "lindy example", "lindy quick start", "simple lindy agent", "first lindy".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-install-auth

Set up Lindy AI account, API access, and webhook authentication. Use when onboarding to Lindy, configuring API keys for webhook triggers, or connecting Lindy agents to your application. Trigger with phrases like "install lindy", "setup lindy", "lindy auth", "configure lindy API key", "lindy webhook secret".

2,266 Updated today
jeremylongshore
AI & Automation Featured

lindy-common-errors

Troubleshoot common Lindy AI agent errors and workflow failures. Use when encountering errors, debugging agent failures, or resolving integration problems. Trigger with phrases like "lindy error", "lindy not working", "debug lindy", "lindy troubleshoot", "lindy agent failed".

2,266 Updated today
jeremylongshore