# Webhooks Overview

# Enabling Webhooks

  1. In your project dashboard, click Settings.

  2. In the side navigation, click Webhooks.

  3. Click Enable Webhooks, add a Base Url and Save.

    Service Packages

# Webhooks type

Type Path JSON Body
Service Deploy Completed /servicedeploy/completed projectName, environmentName, serviceName, releaseName

# Viewing Webhook Result

  1. From a resource with configured webhook, eg. Service Deploy, in the top right click View Webhook Result.

    Service Packages

  2. Detail abouts the webhook HTTP request will be displayed.

    Service Packages