# Receiving Events with Webhooks

Receiving events with a Webhook is super simple. We've already looked at how to subscribe to events, and it's very simple to configure the HTTP endpoint that the platform will send the events matching your subscriptions to.

# Flow

flow for webhooks

# Setup

# Configuring an endpoint

In the "Event Subscriptions" part of the App configuration, you can set the URL for the Zaikio platform to delivery webhooks to.

webhook endpoint empty This should be set to the URL you wish to receive the webhooks webhook endpoint config If you need to use HTTP basic auth to protect your endpoint then you can also add that here webhook endpoint basic auth

# More information

Can be found in our guides here, or in the detailed guides to the events emitted by the platform located here.