PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

godaddy api reseller

  1. I'm working on setting up Godaddy API Reseller page.... I have an intermediate programming ability, so it really helps if I can find information from people who have done it. Has anyone done this or have knowledge setting up gravity forms with API's as a reseller?

    Posted 13 years ago on Thursday April 7, 2011 | Permalink
  2. I'm not aware of anyone doing this with the GoDaddy API, but it would certainly be a cool use. There are hooks available to allow you to integrate with any 3rd party service so it shouldn't be a problem.

    You can use the gform_validation hook on whatever field is used to select their domain name, you can then use the gform_validation hook to verify that the domain name is available and return an error if it is not.

    You can then use the gform_post_submission hook (which has acces to the entry object containing the form data that was submitted) to implement your custom code. There may be other hooks you need to use also depending on what is involved. All of them are documented in the Developer Docs area of the Documentation.

    Posted 13 years ago on Thursday April 7, 2011 | Permalink
  3. I'm reading through Godaddy's API documentation now... https://img1.wsimg.com/Rex/docs/WWDAPI_WebServicev2_0.pdf

    and their quick start guide... https://img1.wsimg.com/Rex/docs/WSAPIQuickStartv2_02.pdf

    And it looks like the first step is that will require use of hooks is this:

    "In your application project, add a Web Reference URL that points to OTE's WSDL
    (https://api.ote.wildwestdomains.com/wswwdapi/wapi.asmx?wsdl)"

    ....however I'm not exactly sure what that means ....know your weaknesses right? :)

    Posted 13 years ago on Thursday April 7, 2011 | Permalink