Agent Skills: MindTickle Webhooks & Events

|

UncategorizedID: jeremylongshore/claude-code-plugins-plus-skills/mindtickle-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/mindtickle-pack/skills/mindtickle-webhooks-events

Skill Files

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

Download Skill

Loading file tree…

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

Skill Metadata

Name
mindtickle-webhooks-events
Description
|

MindTickle Webhooks & Events

Webhook Handler

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

Resources

Next Steps

See mindtickle-performance-tuning.