Save GoDaddy DNS record to Google Drive when Calendar event starts
This query returns the current value of a specific DNS record for one of your domains.
Developer info
- API endpoint slug
- godaddy.look_up_dns_record
- Runtime method
- performQuery("godaddy.look_up_dns_record"}
Query fields
Domain Text input > Other
- Label
- Domain
- Helper text
- The domain in your account (for example, example.com).
- Slug
- domain
- Required
- true
- Can have default value
- true
Record type Dropdown list
- Label
- Record type
- Helper text
- The type of DNS record to look up.
- Slug
- record_type
- Required
- true
- Can have default value
- true
Record name Text input > Other
- Label
- Record name
- Helper text
- The host the record applies to, such as @ for the root domain or www for a subdomain.
- Slug
- record_name
- Required
- true
- Can have default value
- true
Ingredients
Record value The record's value. When several records share the type and name, this is the first value.
- Slug
- record_value
- Filter code
- Godaddy.lookUpDnsRecord.RecordValue
- Type
- String
- Example
- 203.0.113.10
Record ttl The record's time-to-live in seconds, as a string.
- Slug
- record_ttl
- Filter code
- Godaddy.lookUpDnsRecord.RecordTtl
- Type
- String
- Example
- 3600
Record type The type of DNS record.
- Slug
- record_type
- Filter code
- Godaddy.lookUpDnsRecord.RecordType
- Type
- String
- Example
- A
Record name The host the record applies to.
- Slug
- record_name
- Filter code
- Godaddy.lookUpDnsRecord.RecordName
- Type
- String
- Example
- www
Record priority The priority of the record, for MX and SRV records. Empty for other types.
- Slug
- record_priority
- Filter code
- Godaddy.lookUpDnsRecord.RecordPriority
- Type
- String
- Example
- 10
