Note Created
Notifies when a user of Fullstory makes a note on a recorded session.
Event API Name
note.created
Example Payload
{
  "eventName": "note.created",
  "version": 1,
  "data": {
    "id": "798ith22928347",
    "created": "2019-04-19T20:49:50.433Z",
    "author": "daniel@falko.co",
    "text": "Check out this session where someone runs into the \"awkward modal\" bug.",
    "sessionUrl": "https://app.fullstory.com/ui/TN1/session/6915774531905556:5557778531805533!1110765439578976",
    "userUrl": "https://app.fullstory.com/ui/TN1/segments/everyone/people/0/user/6915774531905556",
    "shareLink": "https://fsty.io/v/6f5Rrs",
    "pageInfo": {
      "pageUrl": "https://www.example.com/product/path",
      "ipAddress": "10.12.14.16",
      "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36",
      "referrer": "https://www.example.com/search",
      "country": "US",
      "pageHeight": 652,
      "pageWidth": 908
    },
    "notedTime": "2019-04-18T14:36:11.123Z"
  }
}