Retrieve HubSpot Contact Info by First and Last Name

I’m currently building a voice agent on VAPI. In this process, the caller states their first and last name, which then triggers a webhook in Make to retrieve their contact details from HubSpot. The webhook captures the first and last name, and I’m trying to map these fields to the HubSpot module in Make to pull up the contact’s information.

However, I’m struggling to configure the HubSpot module to search for a contact using both the firstname and lastname fields.

Would it be possible to set this up? Any guidance that might help on the HubSpot module would be greatly appreciated!

Thanks for any help

1 Like

Hi @Jake_Anderson1,

From the VAPI tool call, you will retrieve the first name and last name of the caller.

You can then pass these values into the HubSpot search contacts module, using them as filtering criteria to obtain the desired output.

Afterward, extract the required details.

Here is an example:

2 Likes

This worked perfectly, thank you! :pray: