> ## Documentation Index
> Fetch the complete documentation index at: https://developer.nomba.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Setting up webhooks

> Guidance on how to configure your webhooks on your Nomba dashboard.

Setting up your webhook through the Nomba dashboard is a straightforward process. Before configuring your webhooks, your dashboard will resemble the image below.

<Frame caption="Setting up your webhooks">
  <img src="https://mintcdn.com/nombainc/VJp6uGRaVI4ms-qk/images/setup-webhooks-1.png?fit=max&auto=format&n=VJp6uGRaVI4ms-qk&q=85&s=a2f6529ca30db31140766be28e494a42" style={{ borderRadius: '0.5rem' }} loading="lazy" width="1920" height="958" data-path="images/setup-webhooks-1.png" />
</Frame>

To initiate the setup, proceed by adding your webhook URL and the corresponding signature key. Additionally, carefully select the events you wish to monitor. For a comprehensive understanding of available webhook events, refer to the [Webhooks documentation](/docs/api-basics/webhook).

<Tip>
  Before inclusion, we perform a validation check on the webhook URL to ensure it is ready to accept HTTP RESTful POST calls. Please ensure your webhook URL is prepared for seamless integration.
</Tip>

<Frame caption="Select an event type">
  <img src="https://mintcdn.com/nombainc/Poj72ShpATL2Kn8l/images/setup-webhooks-2.png?fit=max&auto=format&n=Poj72ShpATL2Kn8l&q=85&s=1a8ddec158511df7945e72a3ae08bd33" style={{ borderRadius: '0.5rem' }} loading="lazy" width="2880" height="1782" data-path="images/setup-webhooks-2.png" />
</Frame>

<Tip>
  It's crucial to remember your Signature Key, as it plays a vital role in the signature verification process, especially when generating an HMAC signature.
</Tip>

Once you have successfully subscribed to events via your webhooks, your dashboard will reflect the configured events. Take care to subscribe to the appropriate events to tailor your webhook functionality to your specific needs.

<Frame caption="Setting up your webhooks">
  <img src="https://mintcdn.com/nombainc/Poj72ShpATL2Kn8l/images/setup-webhooks-3.png?fit=max&auto=format&n=Poj72ShpATL2Kn8l&q=85&s=c3d89f06db3d69e46dc20993c06d361d" style={{ borderRadius: '0.5rem' }} loading="lazy" width="2880" height="1782" data-path="images/setup-webhooks-3.png" />
</Frame>

Feel free to [Reach out](/support/reach-out) if you have any questions or need further assistance.
