class Multiwoven::Integrations::Destination::Hubspot::Client

def discover(_connection_config = nil)

def discover(_connection_config = nil)
  catalog = build_catalog(load_catalog)
  catalog.to_multiwoven_message
rescue StandardError => e
  handle_exception("HUBSPOT:CRM:DISCOVER:EXCEPTION", "error", e)
end