POST /eventsAsk AIpost https://api.cmp.optimizely.com/v3/eventsExperimental Create an event.Body ParamsPayload to create a new eventtitlestringrequiredTitle of the eventdescriptionstringDescription of the eventcampaign_idstringID of the campaign under which the event is to be createdis_all_daybooleanrequiredIndicate if the event is all day longtruefalsestart_datedate-timerequiredStart date and time of the event in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZend_datedate-timerequiredEnd date and time of the event in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZfieldsarray of objectslength ≥ 0List of fields to be associated with the eventfieldsADD objectResponses 201Created event details 400Client error 401Authorization error 403Permission error 404Not found error 422Unprocessable entity errorUpdated 7 months ago