Documentation Index
Fetch the complete documentation index at: https://docs.mynth.io/llms.txt
Use this file to discover all available pages before exploring further.
@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.