Webhooks (Configure)
Create and edit webhooks from the admin console.
Last updated
Create and edit webhooks from the admin console.
The admin console provides a self-service way to create and manage webhooks. No API integration is required.
Open Settings → General → Webhooks. Create a webhook, then complete the required fields.
Description identifies the webhook in the console.
Endpoint is the HTTPS URL that receives webhook requests.
Events defines which events trigger delivery.
The console generates an ID and a Secret automatically. The Secret is the HMAC signing key for webhook requests.
Copy the Secret immediately after creation. The full value is not shown again.
Open Settings → General → Webhooks, then select the webhook to edit. Update its Description, Endpoint, or Events fields and save the changes.
Confirm that the Endpoint is reachable over HTTPS. Confirm that the selected Events match the required integration flow.
Store the Secret in the receiving system before enabling production processing. Use it to validate the x-neostore-signature header on every request.
For event payloads and signature validation, see Webhooks.
Last updated

