perplexity-webhooks-events

Installation
SKILL.md

Perplexity Webhooks & Events

Overview

Securely handle Perplexity webhooks with signature validation and replay protection.

Prerequisites

  • Perplexity webhook secret configured
  • HTTPS endpoint accessible from internet
  • Understanding of cryptographic signatures
  • Redis or database for idempotency (optional)

Webhook Endpoint Setup

Express.js

import express from 'express';
import crypto from 'crypto';

const app = express();
Installs
1
GitHub Stars
2.3K
First Seen
Mar 9, 2026
perplexity-webhooks-events — jeremylongshore/claude-code-plugins-plus-skills