Hello,
I'm trying to add Calls event for Leads on API but I'm getting Invalid_Module error.
this are the scopes I allow to have access on the consent page
ZohoCRM.modules.contacts.READ
ZohoCRM.modules.contacts.CREATE
ZohoCRM.modules.calls.CREATE
ZohoCRM.modules.leads.READ
ZohoCRM.modules.CREATE
ZohoCRM.modules.accounts.Read
this is the json I'm sending.
{
"data":
[{
"Who_Id":"null",
"Subject":"Inbound Call",
"Call_Type":"inbound",
"id":"null",
"Call_Duration":"0",
"Call_Start_Time":"2019-05-17T16:08:00Z",
"Description":"Your Number: 00000000nCaller: anonymousnStart: 17-May-19 17:08nDescription: MAIN TEST",
"se_module":"Leads",
"What_Id":"189511000000176002"
}]
}
Thanks in advance