Skip to contents

Extract the email address from the chat response using the Hunter.io API.

Usage

chat_extract_hunter_email_address(
  chat,
  company_domain,
  company_name,
  first_name,
  last_name
)

Arguments

chat

An ellmer::chat object.

company_domain

A character string representing the company domain.

company_name

A character string representing the company name.

first_name

A character string representing the first name of the person.

last_name

A character string representing the last name of the person.

Value

A list containing the email address information.