Create a CRM EventAsk AIpost https://{environment}.kliks.io/api/v1/eventsCreate a CRM event.Body ParamsEvent dataeventIdstringrequiredlength ≥ 8Unique ID assigned to the CRM event.employeeIdstringrequiredlength ≥ 4Unique ID assigned to your organizations user.eventDescriptionstringDescription for EventcrmContactIdstringUnique ID assigned to your CRM contact IdcrmEventDateTimedate-timerequiredDate/Time (ISO 8601 full-time) for EventcrmContactFirstNamestringrequiredCRM contact First NamecrmContactLastNamestringrequiredCRM contact Last NamecrmContactEmailstringCrm Contact's Email AddresscrmContactPhonenumberCrm Contact's Phone NumbereventStatusnumberrequiredEvent Status in Kliks (Active -1, Inactive-2), default is Active - 1eventAddressobjectrequiredCRM Event Address (StreetOne, StreetTwo, City, State, Postal Code, Country)eventAddress objectResponses 201OK-Created. The event didn't exist and was created. 400Bad Request (Client error). The client should correct request and retry. 401Unauthorized. Request is made for a resource that requires valid auth token. 500Internal Server Error. If a transactionId is provided, please report to [email protected]. defaultGeneric error, where source is not known. A transactionId may not be available.Updated over 4 years ago