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

# Send test events

> Send test events to your webhook URL to ensure that it's working correctly.

## Sending test events

You can send test events to your webhook URL to ensure that it's working correctly. To do this:

<Info>
  Use this flow to validate sample payloads for `workspace.created`,
  `course.completed`, `course.reviewed`, `presentation.viewed`, and
  `presentation.downloaded`, plus `asset.viewed`, `asset.shared`, and
  `asset.downloaded` subscriptions before going live.
</Info>

<Steps>
  <Step title="View details">
    Click on the **Details** button to view the subcription's sample payload and
    details.

    <Frame>
      <img src="https://mintcdn.com/docklabsinc/sOq5EJF8JHZxp7ZE/images/send-webhook-test-event-step-1.png?fit=max&auto=format&n=sOq5EJF8JHZxp7ZE&q=85&s=d5b7ecdd436ecec5bb0e9f85c40e1f62" alt="Details page" width="2960" height="1344" data-path="images/send-webhook-test-event-step-1.png" />
    </Frame>
  </Step>

  <Step title="Send test event">
    Scroll down, enter the Test URL in the input and click on **Test** button to
    send the event and view the response.

    <Frame>
      <img src="https://mintcdn.com/docklabsinc/sOq5EJF8JHZxp7ZE/images/send-webhook-test-event-step-2.png?fit=max&auto=format&n=sOq5EJF8JHZxp7ZE&q=85&s=f7aad3cac1596f2ad027600dce98c515" alt="Send test event" width="2994" height="1904" data-path="images/send-webhook-test-event-step-2.png" />
    </Frame>
  </Step>
</Steps>
