Create a new meetingAsk AIpost https://api.streak.com/api/v2/boxes/{key}/meetingsThis call lets you create a new meeting associated with a particular box.Path ParamskeystringrequiredThe key of the box you want the meeting created in.Form DatameetingTypestringrequiredDefaults to MEETING_NOTESThe type of meeting you're creating:MEETING_NOTES orCALL_LOGstartTimestampdate-timerequiredDefaults to 1369697984568The date and time the meeting was created in milliseconds since server start.durationint32Defaults to 1800000The duration of the meeting in milliseconds.notesstringThe unicode content of the meeting note or call log.Responses 200200 400400Updated 10 months ago