Invalid Module in Zoho Flow Function

Invalid Module in Zoho Flow Function

Hi,

I am having a weird error when trying to create records in a module using Zoho Flow. I am getting a JSON from a webhook and using that data to create records in my "Tickets" module with the API Name "Tickets

createResp = zoho.crm.createRecord("Custom_Module_Tickets",ticketRecord);

This is the code i'm using