@mynthio/sdk/convex provides mynthWebhookAction() for handling signed Mynth webhooks in Convex HTTP actions.
Webhook helper
- verifies
X-Mynth-Signatureusing HMAC-SHA256 - parses the event and routes it to the matching handler
- exposes Convex
contextfor running queries and mutations
secret explicitly, the helper reads MYNTH_WEBHOOK_SECRET from the environment.