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"
}
NameTypeDescription
data.domainNamestringthe name of the domain that was purchased
data.sitePlanbooleanThe 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"
}
NameTypeDescription
data.domainNamestringthe name of the domain that was purchased
data.sitePlanbooleanThe 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"
}

NameTypeDescription
data.domainNamestringthe name of the domain that was purchased
data.sitePlanbooleanThe 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"
}
NameTypeDescription
data.domainNamestringthe name of the domain that was purchased
data.sitePlanbooleanThe ID of the plan assigned to the site.