Agent skill

lucidchart-webhooks-events

Webhooks Events for Lucidchart. Trigger: "lucidchart webhooks events".

Stars 1,803
Forks 241

Install this agent skill to your Project

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

SKILL.md

Lucidchart Webhooks & Events

Webhook Handler

typescript
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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results