Alert PagerDuty on GitHub releases with GoDaddy check
This query returns the current details of one of your domains, including its expiration date, status, and nameservers.
Developer info
- API endpoint slug
- godaddy.get_domain_details
- Runtime method
- performQuery("godaddy.get_domain_details"}
Query fields
Domain Text input > Other
- Label
- Domain
- Helper text
- The domain in your account you want to look up (for example, example.com).
- Slug
- domain
- Required
- true
- Can have default value
- true
Ingredients
Domain name The domain that was looked up.
- Slug
- domain_name
- Filter code
- Godaddy.getDomainDetails.DomainName
- Type
- String
- Example
- example.com
Domain status The current status of the domain.
- Slug
- domain_status
- Filter code
- Godaddy.getDomainDetails.DomainStatus
- Type
- String
- Example
- ACTIVE
Expiration date The date the domain expires.
- Slug
- expiration_date
- Filter code
- Godaddy.getDomainDetails.ExpirationDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Auto renew enabled Whether auto-renew is enabled. Either 'true' or 'false'.
- Slug
- auto_renew_enabled
- Filter code
- Godaddy.getDomainDetails.AutoRenewEnabled
- Type
- String
- Example
- true
Nameservers The domain's nameservers, as a readable list.
- Slug
- nameservers
- Filter code
- Godaddy.getDomainDetails.Nameservers
- Type
- String
- Example
- ns01.domaincontrol.com, ns02.domaincontrol.com
Privacy enabled Whether domain privacy is enabled. Either 'true' or 'false'.
- Slug
- privacy_enabled
- Filter code
- Godaddy.getDomainDetails.PrivacyEnabled
- Type
- String
- Example
- false
Created date When the domain was registered or added.
- Slug
- created_date
- Filter code
- Godaddy.getDomainDetails.CreatedDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Applets using this Query
-
-
Send GoDaddy domain expiry alerts to Notifications
-
Save GoDaddy domain details to Google Drive before an event
-
Log GoDaddy domain details to Google Sheets
-
Log GoDaddy domain details to Google Sheets
-
Send GoDaddy domain status via SMS
-
Post GoDaddy domain status to Slack
-
Email GoDaddy domain details on Button press
