We want to be able to have a location field for people to type in where they are located and that will determine the phone number we suggest they call for customer support since we have quite a few. What would be the best way to do this?
I wonder if a support location (store) locator plugin would be easiest to add to your website? You could Google this to find one that suits your needs.
That said, I recently started using ChatGPT's Assistants, so I wanted to test using the assistants with your use case. It seems to work! I used HubSpot Forms, Open AI's ChatGPT Assistants, and Zapier.
I wonder if a support location (store) locator plugin would be easiest to add to your website? You could Google this to find one that suits your needs.
That said, I recently started using ChatGPT's Assistants, so I wanted to test using the assistants with your use case. It seems to work! I used HubSpot Forms, Open AI's ChatGPT Assistants, and Zapier.
You can create a form in HubSpot with a location field where users can type their location. Use a workflow that triggers when the form is submitted. This workflow should call a custom code action using HubSpot's serverless functions or an external server. Also, send an email or update the HubSpot contact record with the appropriate phone number based on the matched region. This setup allows users to receive the correct customer support number based on their location input.