Insert call with account/deal/campaign

Insert call with account/deal/campaign

Hey guys!


Trying to insert a record associated with account deal or campaign.
I can easily do it with account, but can accomplish others.

  1. Call_Start_Time:"2018-07-06T08:03:02+00:00"
  2. Call_Status:"Received"
  3. Call_Type:"Inbound"
  4. Description:"From: anonymous To: 02034631297 GUID: 01646da3-f4f9-4027-a9b6-f6a1c4178fa8"
  5. Subject:"Inbound call on NVM Cloud 4"
  6. entityid:"3260162000000289003"
  7. entitymodule:"Account"


  8. this.ZOHO.CRM.API.insertRecord('insertRecord', data)
Data is above. Not sure what atributes name should I use to use Accounts for example and what condition need to be fulfilled.

Thanks!