Is it possible to create and update leads/contacts via a HTML POST?

Is it possible to create and update leads/contacts via a HTML POST?

Hi-

I'm looking into connecting an external lead capture form to Zoho and wondering if it's possible to create and update leads and contact using a basic HTML-based POST request.  I've seen a few articles around formatting the data in XML, but this would need to be in HTML.  With other platforms I've done this by either appending the parameters (email, first name, last name, etc.) to the URL or sending those parameters in the request body.  Here are a few sample requests:

Example of parameters in the URL:

  http://api.vendor.com/post/fd539390-5d81-47d9-9461-b19fd58346e7?Email=test@test.com&first_name=John&last_name=Smith

Example of parameters in the Body:


urlencode = application/x-www-form-urlencoded

body = Email= test@test.com&First_Name=John&Last_Name=Smith


Is this possible with Zoho?

Thanks and let me know,

Morgan