Agent Skills: Lucidchart Webhooks & Events

|

UncategorizedID: jeremylongshore/claude-code-plugins-plus-skills/lucidchart-webhooks-events

Install this agent skill to your local

pnpm dlx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/HEAD/plugins/saas-packs/lucidchart-pack/skills/lucidchart-webhooks-events

Skill Files

Browse the full folder contents for lucidchart-webhooks-events.

Download Skill

Loading file tree…

plugins/saas-packs/lucidchart-pack/skills/lucidchart-webhooks-events/SKILL.md

Skill Metadata

Name
lucidchart-webhooks-events
Description
|

Lucidchart Webhooks & Events

Webhook Handler

app.post('/webhooks/lucidchart', (req, res) => {
  // Verify signature
  const event = req.body;
  console.log(`Event: ${event.type}`);
  res.status(200).send('OK');
});

Resources

Next Steps

See lucidchart-performance-tuning.