Events

POST {{api-domain}}/crm/v2/Events

To add new entities to a module.

Request Body

{"data"=>[{"Owner"=>{"id"=>"{{user-id}}"}, "Who_Id"=>{"id"=>"{{contact-id}}"}, "What_Id"=>{"id"=>"{{record-id}}"}, "$se_module"=>"{{record-module}}", "Description"=>"Design your own layouts that align your business processes precisely. Assign them to profiles appropriately.", "Venue"=>"Venue", "Start_DateTime"=>"2018-01-27T15:10:00+05:30", "Participants"=>[{"type"=>"lead", "participant"=>"1000000071949"}, {"type"=>"contact", "participant"=>"1000000071957"}, {"type"=>"email", "participant"=>"newcrmapi@zoho.com"}, {"type"=>"user", "participant"=>"1000000030977"}], "Event_Title"=>"Event_Title", "send_notification"=>true, "End_DateTime"=>"2018-01-27T17:10:00+05:30"}]}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring