Hi,
Here is my scenario: I have a new customer registering on my website and I want to send this information through to a Zoho CRM Custom Functin via REST API. I would like the Custom Function to return a response as soon as it has received the data i.e. to say "thanks, we got the data". I would then like the function to continue to do some other things AFTER it has sent the response - this cuts down the time that the user is waiting on the website.
The reason for doing it this way is that we are building using Classic ASP and there is no reliable way to send XMLHttp asynchronously without waiting for a response, but the response time with the full custom function is too long (and customers are unlikely to wait).
I can test this out myself, but I thought I would ask just in case someone else knew the answer!
Thanks
Ben