Duplicated assistant uses wrong webhook settings

To fix the webhook settings for your duplicated assistant, update its server URL to the correct endpoint. You can do this via the API with the following example:

curl -X PATCH https://api.vapi.ai/assistant/{new_assistant_id} \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{"server": {"url": "https://your-new-server.com/webhook"}}'


This will ensure webhook events are sent to the right server for your new assistant.
Tip: Always verify and update webhook settings after duplicating an assistant to avoid inherited configurations.
See more in the docs

Sources:

⤵️ Mention @Vapi Support Bot for follow-ups 🐥

Was this page helpful?