Domain
A list of available Duda Webhook Events.
Domain
All webhooks related to Purchase Domain events are listed below.
Purchased Domain
A notification is sent when a new domain is purchased. Event type: DOMAIN_PURCHASED
{
  "data": {
    "domainName": "arsenal-fans.com",
    "sitePlan": 802
  },
  "source": null,
  "resource_data": {
    "site_name": "df50836c2e69490bb0c989cd4148df5b"
  },
  "event_timestamp": 1670925102504,
  "event_type": "DOMAIN_PURCHASED"
}| Name | Type | Description | 
|---|---|---|
| data.domainName | string | the name of the domain that was purchased | 
| data.sitePlan | boolean | The ID of the plan assigned to the site. | 
Auto-renew Off
A notification is the auto-renew is toggled off for a purchased domain. Event type: DOMAIN_AUTO_RENEW_OFF
{
  "data": {
    "domainName": "arsenal-fans.com"
    "sitePlan": 802
  },
  "source": null,
  "resource_data": {
    "site_name": "df50836c2e69490bb0c989cd4148df5b"
  },
  "event_timestamp": 1670925208723,
  "event_type": "DOMAIN_AUTO_RENEW_OFF"
}| Name | Type | Description | 
|---|---|---|
| data.domainName | string | the name of the domain that was purchased | 
| data.sitePlan | boolean | The ID of the plan assigned to the site. | 
Auto-renew On
A notification is the auto-renew is toggled on for a purchased domain. Event type: DOMAIN_AUTO_RENEW_ON
{
  "data": {
    "domainName": "arsenal-fans.com"
    "sitePlan": 802
  },
  "source": null,
  "resource_data": {
    "site_name": "df50836c2e69490bb0c989cd4148df5b"
  },
  "event_timestamp": 1670925208723,
  "event_type": "DOMAIN_AUTO_RENEW_ON"
}
| Name | Type | Description | 
|---|---|---|
| data.domainName | string | the name of the domain that was purchased | 
| data.sitePlan | boolean | The ID of the plan assigned to the site. | 
Domain Canceled
A notification is sent when a purchased domain is canceled. Event type: DOMAIN_CANCELED
{
  "data": {
    "domainName": "arsenal-fans.com",
    "sitePlan": 802
  },
  "source": null,
  "resource_data": {
    "site_name": "df50836c2e69490bb0c989cd4148df5b"
  },
  "event_timestamp": 1670925280866,
  "event_type": "DOMAIN_CANCELED"
}| Name | Type | Description | 
|---|---|---|
| data.domainName | string | the name of the domain that was purchased | 
| data.sitePlan | boolean | The ID of the plan assigned to the site. | 
Updated 5 months ago