Caused by

Result object

The step point change trigger returns information about a User’s copy of a particular step.

Example object

{
  "event": {
    "type": "step.completion.reviewed",
    "sent_time": "2021-02-01T04:13:12.002493+00:00"
  },
  "id": 151,
  "user": {
    "id": 151,
    "first_name": "John",
    "last_name": "Doe",
    "old_email": "[email protected]",
    "new_email": "[email protected]",
}