Recording_Session.Created

recording_session.created

Returns a payload with detailed information on the new session scheduled.

{
  "startTimestamp": 1654549200,
  "showName": "Honey & You",
  "showID": "Show ID",
  "sessionParticipants": [],
  "endTime": "6:00 PM",
  "startTime": "5:00 PM",
  "sessionTitle": "My new Session",
  "sessionID": "Session ID",
  "name": "recording_session.created",
  "orgID": "Org ID",
  "invites": {
    "stage": [],
    "viewer": []
  },
  "date": "Date Time",
  "userName": "MyUserName"
}