Notus API

Quickstart

How to Create a Webhook in the Dashboard

  1. Log in to the Notus Dashboard.

  2. Navigate to the Webhooks section. Test

  3. Click Create Webhook. Test

  4. Fill in the following details:

    • Webhook URL: The endpoint where events will be sent.
    • Event Types: Select the events you want to subscribe to (e.g., transaction events, swaps).
  5. Save the webhook. The webhook will be immediately active and start sending events when triggered.

  6. Test and Simulate Events (Optional) Navigate to the Events section in your dashboard to test and simulate webhook events. This allows you to verify that your webhook endpoint is working correctly before going live.

    Events dashboard

Tip: Use the event simulation feature to test your webhook integration without waiting for real transactions to occur.

Developer Tip: In the Events section, you can also view the complete type definitions for all webhook events, including detailed schemas and example payloads for each event type.