End Call phrase
# support
g
Is the "End Call phrase" already not available on VAPI dashboard?
@Vapi
v
@Gelo Please ask support for more info on this.
g
how can i contact them? @Vapi
v
@Gelo You can contact the support team by visiting the VAPI dashboard and looking for the support or contact us section. There you should find options such as a support email address, a contact form, or possibly a live chat service. If there's a help or FAQ section, it might also provide details on how to reach out for assistance. If you're unable to find this information, you may also check any official documentation or user guides that came with your service for contact details.
@Gelo The "End Call phrase" feature should be available on the VAPI dashboard. If you're having trouble finding it or it seems to be missing, please ensure you are logged in and looking in the correct section of the dashboard. If you still can't locate the feature, please ask support for more info on this.
You can continue this conversation by mentioning me in the message.
v
@Gelo Please ask support for more info on this.
s
@Gelo yeah there not available Via Dashboard but you can add them using API.
Copy code
curl -X PATCH https://api.vapi.ai/assistant/assistant-id-here \
     -H "Authorization: Bearer insert-token-here" \
     -H "Content-Type: application/json" \
     -d '{
  "endCallPhrases": []
}'