Instead of continuously polling the API, Genuka will automatically send an HTTP request to your configured webhook endpoint whenever an event happens.
How Webhooks Work
- You create and deploy your application with a publicly accessible URL.
- Inside your Genuka Developer Dashboard, configure one or multiple webhook endpoints.
- When an event occurs, Genuka sends a
POSTrequest with a JSON payload to your endpoint. - Your application processes the event (e.g., updating order status, sending notifications, etc.).
