Insert into Leads then Send Auto Response ASP.NET

Insert into Leads then Send Auto Response ASP.NET

Hi,

I am able to insert data into leads from my ASP.NET application

http://crm.zoho.com/crm/private/xml/Leads/insertRecords?newFormat=1&ticket=XXX&apikey=XXX&xmldata=XXX

As soon as I add a new lead I need to send auto response emails (that were created in Zoho using the Auto Response Rules for Web to Lead ) to both lead owner and lead (customer). I looked around the API but couldn't find anything. Can anyone please let me know if this is possible.

 

I can send emails seperately from my ASP.NET using the SmtpClient but what I am looking for is, use the responses created in "Auto Response Rules For Web to Lead" from my code