GoDaddy

Access to GoDaddy domains for modifying DNS records.

Actions

GoDaddy Get DNS Record

Get a DNS record of a specified type from a specified domain you own.

Input

Name Description Type Required Syntax
Key GoDaddy API key. When undefined a GoDaddy connection object must be present in the flow before this object. password-input False True
Secret GoDaddy API secret. When undefined a GoDaddy connection object must be present in the flow before this object. password-input False True
Domain Target domain. input True True
DNS Type Target record type. dropdown True True
DNS Name Target record name. input True True

Output

Name Description Type always_present values
result Returns True when successful. boolean True {"True": {"description": "Successful."}, "False": {"description": "Failure."}}
rc Returns the exit code for the action. number True {"0": {"description": "Successful."}}

GoDaddy Update DNS Record

Update a DNS record of a specified type from a specified domain you own.

Input

Name Description Type Required Syntax
Key GoDaddy API key. When undefined a GoDaddy connection object must be present in the flow before this object. password-input False True
Secret GoDaddy API secret. When undefined a GoDaddy connection object must be present in the flow before this object. password-input False True
Domain Target domain. input True True
DNS Type Target record type. dropdown True True
DNS Name Target record name. input True True
DNS Value Target value for the record. input True True

Output

Name Description Type always_present values
result Returns True when successful. boolean True {"True": {"description": "Successful."}, "False": {"description": "Failure."}}
rc Returns the exit code for the action. number True {"0": {"description": "Successful."}}

GoDaddy Delete DNS Record

Delete a DNS record of a specified type from a specified domain you own.

Input

Name Description Type Required Syntax
Key GoDaddy API key. When undefined a GoDaddy connection object must be present in the flow before this object. password-input False True
Secret GoDaddy API secret. When undefined a GoDaddy connection object must be present in the flow before this object. password-input False True
Domain Target domain. input True True
DNS Type Target record type. dropdown True True
DNS Name Target record name. input True True

Output

Name Description Type always_present values
result Returns True when successful. boolean True {"True": {"description": "Successful."}, "False": {"description": "Failure."}}
rc Returns the exit code for the action. number True {"0": {"description": "Successful."}}

GoDaddy Connect

Connect to a GoDaddy API service using key and secret. This object can be used to start a connection that is then used by other GoDaddy objects within a flow.

Input

Name Description Type Required Syntax
Key GoDaddy API key. password-input True True
Secret GoDaddy API secret. password-input True True

Output

Name Description Type always_present values
result Returns True when successful. boolean True {"True": {"description": "Successful."}, "False": {"description": "Failure."}}
rc Returns the exit code for the action. number True {"0": {"description": "Successful."}}