emailid

Finds the Email addresses as bulk

Finds the email addresses as bulk when first name, last name and company domain is given

post/emailid/findBulk

Request body

firstNamestring required

first name

lastNamestring required

last name

domainstring required

domain

Example request

[
  {
    "firstName": "Gautam",
    "lastName": "Balasubramanian",
    "domain": "saleslift.io"
  }
]

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.