Webhook for updated assistant
# support
a
Hey, I'm wondering if there's a way of sending a webhook to my app from Vapi each time that an assistant is updated. I have setup the server_url but this deals with during call information. I am specifically taking about changes to the assistant. I am using bubble io and cannot have a server setup of my app.com/server. It'll need to be a setup webhook... Thanks!
v
message has been deleted
@araSh Hello! Vapi does offer webhook functionality for various events, including updates to an assistant. However, the specifics of setting up a webhook to notify your Bubble.io app when an assistant is updated would depend on the features and capabilities provided by Vapi. If Vapi supports webhooks for assistant updates, you would typically need to configure the webhook URL in Vapi's settings to point to an endpoint on your Bubble.io app. This endpoint would be designed to receive and process the webhook data. Since you've mentioned that you cannot have a server setup like
app.com/server
, you would need to use the webhook feature provided by Bubble.io to create an endpoint that Vapi can call. In Bubble.io, you can create an API workflow that acts as an endpoint for incoming webhooks. Here's a general outline of the steps you might take: 1. In your Bubble.io app, create a new API workflow that will act as the webhook endpoint. 2. Configure the API workflow to handle the data sent by Vapi when an assistant is updated. 3. In Vapi, locate the section where you can set up webhooks and enter the URL of the Bubble.io API workflow you created as the webhook URL. 4. Set the event type to whatever corresponds to an assistant update in Vapi's webhook settings. Please note that the exact steps and capabilities may vary depending on Vapi's current features and the tools available in Bubble.io. If Vapi does not currently support webhooks for assistant updates, you may need to reach out to their support team for further assistance or to request this feature. If you need more detailed guidance on setting this up or if you encounter any issues, please don't hesitate to ask for more info.
You can continue this conversation by mentioning me in the message.
a
There is no event type for assistant updated.
s
@araSh there is no webhook feature available to inform your server when assistant is updated!!
Do let me know if you require further help!!
a
Thanks for that, would be great if there could be. But I understand
6 Views