{ ... :user_hash => Proc.new { |current_user| OpenSSL::HMAC.hexdigest( "sha256", "ENV['intercom_secret']", current_user.id.to_s) }, ... }