Send email from CRM ZOHO Call API

Hi!

I’m trying to send an email using the ZOHO module and a template I created in ZOHO.

The configuration I have in the module is as follows:

And the call body is as follows:

{
“data”: [
{
“from”: {
“user_name”: “xxxxxx”,
},
“to”: [
{
“id”: “xxxxxxxxx”,
“type”: “leads”
}
],
“template”: {
“id”: “xxxxxx”
}
}
]

When I run the scenario, the module returns the following error:

DataError
undefined (undefined)

I’ve verified that both the lead and template IDs are correct.

Any solution?

Thanks!