GoDaddy
With GoDaddy modules in Make, you can:
create, update, renew, retrieve, search domains, and search domains for suggestions
update, search and delete DNS records
To get started with GoDaddy, create an account at godaddy.com.
Connect GoDaddy to Make
To connect GoDaddy app, you need to obtain the API Key and API Secret from your GoDaddy account.
Log in to your GoDaddy developer account.
Click API Keys.
Click Create New API Key.
Enter a name for the API Key, select the Environment, and click Next.
Copy the API Key and Secret to a safe place.
In your Make account, insert a GoDaddy module in your scenario and click the Add button next to the Connection field.
In the Connection name field, enter a name for the connection.
In the API Key and API Secret fields, enter the details copied in step 5 and click Save.
Domains
You can create, update, renew, retrieve, and search domains using the following modules.
Purchases and registers the specified domain.
For field descriptions, see the GoDaddy API reference.
Updates details for the specified domain.
Connection | |
Domain | Select or map the domain whose details you want to update. |
For field descriptions, see the GoDaddy API reference.
Renews the specified domain.
Connection | |
Domain | Select or map the domain you want to renew. |
For field descriptions, see the GoDaddy API reference.
Get details for the specified domain.
Connection | |
Domain | Select the domain name whose details you want to retrieve. |
Shopper ID | Enter the Shopper ID who owns the specified domain. |
Searches for domains by given
Connection | |
Limit | Set the maximum number of domains Make will return during one execution cycle. |
See GoDaddy API reference for entering the field values to search for the domains that match the specified value.
Searches for alternate domain names based on a seed domain, a set of keywords, or the shopper's purchase history.
Connection | |
Limit | Set the maximum number of domains Make will return during one execution cycle. |
See GoDaddy API reference for entering the field values to search for the domains for suggestions that match the specified value.
DNS Records
You can update, search, and delete DNS records using the following modules.
Replaces all DNS records for the specified domain.
Connection | |
Domain | Select the domain whose DNS records you want to update. |
For field descriptions, see the GoDaddy API reference.
Retrieves a list of DNS records for the specified domain.
Connection | |
Domain | Select the domain whose DNS records you want to search. |
Limit | Set the maximum number of DNS records Make will return during one execution cycle. |
See GoDaddy API reference for entering the field values to search for the products that match the specified value.
Deletes all DNS records for the specified domain with the specified type and name.
Connection | |
Domain | Select the domain whose DNS records you want to delete. |
For field descriptions, see the GoDaddy API reference.
Other
You can call APIs using the following module.
Performs an arbitrary authorized API call.
Note
For the list of available endpoints, refer to the GoDaddy API documentation.
Connection | |
URL | Enter a path relative to |
Method | GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
Headers | Enter the desired request headers. You don't have to add authorization headers; we already did that for you. |
Query String | Enter the request query string. |
Body | Enter the body content for your API call. |
Example of use - Get Legal Agreements
The following API call returns legal agreements from your GoDaddy account.
URL: /v1/domains/agreements
Method: Get
Matches of the search can be found in the module's Output under Bundle > Body.
In our example, 1 agreement is returned.