class Attio::WebhookUtils::Event

def record

Get the record from the event data
def record
  @data["record"] || @data[:record]
end