Skip to content

Category Management - Webhooks ​

Purpose ​

Webhooks create endpoints for third-party systems to push data into categories via HTTP/HTTPS.

Create a new ingress ​

  1. Open the Webhooks tab.
  2. Click Create.
  3. Enter:
    • Ingress name (*)
    • Type: API or Google Sheets
  4. Click Create to generate keys.

Technical usage ​

  • Authentication headers:
    • X-Ingress-Key-Id
    • X-Ingress-Key-Secret
  • Supported endpoints:
    • POST: Create record
    • GET: Retrieve records
    • PUT: Update record
    • DELETE: Delete record
  • The system provides a sample JSON payload for correct schema mapping.
  • You can create or revoke API keys when needed.