Unable to change my server url
# support
p
I am attempting to connect vapi to my crm GHL via Make.com. I copied the webhook url to put into the server url in settings, but I am unable to edit what is there.
v
@Pegasus Media It sounds like you're trying to set up a server URL in your VAPI account to integrate with your CRM through Make.com. If you're unable to edit the existing server URL in the settings, there might be a few reasons for this: 1. You might not have the necessary permissions to edit the server URLs. Please ensure you have the correct access rights. 2. There could be a temporary issue with the VAPI interface. You might want to try again after some time or use a different browser. 3. The server URL field might be locked or restricted in some way by your organization's policies or settings within VAPI. If you've checked these possibilities and still can't edit the server URL, I would recommend reaching out to the support team for further assistance. They can provide more detailed guidance based on your specific account and settings. Would you like me to assist you with contacting support?
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
p
@User I am the admin and only team member in the account. However, my server url does not show up in api, but in settings. And I cannot edit, as there is no save or publish button
s
Just wait for couple of seconds you will get the edit function
o
Hi @User, I'm encountering the same issue, however waiting a few seconds usually unlocks the serverURL AND Save button. Currently the serverURL unlocks but the save button remains blocked. I couldn't find any way to update the org serverURL in the api docs, could someone atleast guide me on doing this manually via the api as I'm struggling to get the assistant request to call the serverURL currently. Thanks in advance. https://cdn.discordapp.com/attachments/1256291522945744978/1411987757232033803/image.png?ex=68b6a792&is=68b55612&hm=d4044208304e23f17cdb568fe32d0e5ebff5a50d4dcc9268576a8d8f03f5b002&
a
You can accomplish this by updating your assistant id through the /assistant endpoint with PATCH
Copy code
curl -X PATCH https://api.vapi.ai/assistant/id \
     -H "Authorization: Bearer " \
     -H "Content-Type: application/json" \
     -d '{
  "server": {
    "url": "https://yourserverurl.com"
  }
}'
o
thanks for your response Kyle. However we're referring to the organisation serverURL, not the assistant one 🙂
a
Thank you for the clarification. Our team is currently looking into this issue