Knowledgebase Advanced Level

Webhook Configuration and Event Types

Complete guide to setting up webhooks for real-time notifications and integrations.

webhooks events api real-time notifications

Webhook Setup

Configure webhooks to receive real-time notifications about important events in your Invexhub account.

Available Event Types

Product Events

  • product.created - New product imported
  • product.updated - Product data modified
  • product.deleted - Product removed
  • product.sync.failed - Product sync error

Inventory Events

  • inventory.updated - Stock level changed
  • inventory.low_stock - Below minimum threshold
  • inventory.out_of_stock - Zero inventory

Order Events

  • order.received - New order imported
  • order.shipped - Tracking information updated
  • order.cancelled - Order cancellation
  • order.route.failed - Order routing error

Sync Events

  • sync.started - Sync process began
  • sync.completed - Sync finished successfully
  • sync.failed - Sync encountered errors

Webhook Configuration

1. Navigate to Settings → Webhooks
2. Click "Add Webhook Endpoint"
3. Enter your endpoint URL
4. Select event types to subscribe to
5. Configure retry settings
6. Test webhook delivery

Payload Format

{\n  "event": "product.created",\n  "timestamp": "2024-01-15T10:30:00Z",\n  "data": {\n    "product_id": "123456",\n    "sku": "ABC-123",\n    "supplier": "ingram_micro",\n    "channels": ["amazon", "shopify"]\n  }\n}

Security

  • HMAC-SHA256 signature verification
  • IP whitelist support
  • Automatic retry with exponential backoff
  • Delivery confirmation tracking

Related Knowledgebases

Continue learning with these related resources

Beginner

Supported Suppliers and Data Sources

Complete list of supported suppliers, their integration types, and available data fields.

Read more
Intermediate

Troubleshooting Sync Issues

Common sync problems and their solutions for supplier and destination integrations.

Read more
Advanced

API Rate Limits and Best Practices

Understanding API rate limits across different platforms and optimization strategies.

Read more

Ready to get started?

Put what you've learned into practice with a free trial.