how to use Highlevel's numbers with vapi??
# support
a
highlevel has "leadconnector" which is built on twilio
v
Hi @Abed Malak, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Import Twilio Number]() * [List Calls]() * [Import Vonage Number]() * [Get Call]() -----------------------------
### Answer To use HighLevel's numbers, which are built on Twilio, with Vapi, you can import those Twilio numbers into Vapi. This process involves using your Twilio credentials to verify the number and configure it with Vapi services. Here’s how to do it: 1. **Prepare Your Twilio Credentials**: You will need your Twilio phone number, Account SID, and Auth Token. 2. **Use the Vapi Import Twilio Number API**: With your Twilio credentials ready, use the following API endpoint to import your Twilio number into Vapi:
Copy code
curl
    curl --request POST \
    --url https://api.vapi.ai/phone-number/import/twilio \
    --header 'Authorization: Bearer <token>' \
    --header 'Content-Type: application/json' \
    --data '{
    "twilioPhoneNumber": "<string>",
    "twilioAccountSid": "<string>",
    "twilioAuthToken": "<string>",
    "name": "<string>",
    "assistantId": "<string>",
    "serverUrl": "<string>",
    "serverUrlSecret": "<string>"
    }'
Replace placeholders with your actual information, including the authorization token from Vapi, your Twilio phone number, account SID, auth token, and any additional details like a name for the phone number within Vapi, the assistant ID if you have one pre-set, and server URLs for handling calls [(1)]() . This method allows you to integrate Twilio-based phone numbers from HighLevel's LeadConnector into Vapi, enabling you to leverage Vapi's features with those numbers.
s
Can you tell us what exactly you are trying to achieve? Like multiple video tutorials are their in the resources section which tackle integration of Vapi with GHL