Salla Webhooks

Salla webhooks end to end — registering/subscribing, choosing a security strategy (signature = HMAC of the raw body; token = plain equality of the Authorization header; or none) and verifying each correctly, the payload envelope, idempotency, fast 200, conditional rules, and versions (v1/v2). Use when building a webhook server (Node/Express `@salla.sa/webhooks-actions` or Laravel/PHP / Salla CLI), subscribing events, or debugging delivery. Prefer an App Function (salla-app-functions) when a trigger exists. Lifecycle → salla-app-lifecycle; tokens → salla-app-auth.

sallaapp eb6cb3f 3 files · 39.8 KB Updated

File contents

sallaapp/salla-partners-agent-kit/tree/main/.agents/skills/salla-webhooks commit eb6cb3fe4e

Frequently asked questions

npx skillmds@latest add sallaapp/salla-webhooks