You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently there's no implementation on previous attributes so cannot see what field changed on webhooks for update events. There's a TODO: noted currently in Event.swift
// TODO: - Figure out how to decode this.
/// Object containing the names of the attributes that have changed, and their previous values (sent along only with *.updated events).
//public var previousAttributes: [String: Any]?