Need help in enhancing this workflow
# support
s
f7bc651b-3572-47e5-8f73-706cbd35faf9 I need some help in enhancing this, i want to analyse the response of my API and process this inputs
v
I can help you enhance your workflow to analyze API responses and process inputs. According to [Vapi's documentation](https://docs.vapi.ai/workflows/tasks/api-request), you can use the API Request task with Output Values configuration to extract specific data from JSON responses. To provide more targeted assistance, could you share more details about your specific API response structure and what kind of analysis or processing you're trying to perform with the inputs? Source: - [Vapi Documentation API Request Task](https://docs.vapi.ai/workflows/tasks/api-request)
e
@siger8512 hey, I can help with that. What response does your API call?
s
hey, i have hardcode it for now, but it gives me details about the bus and seat details
this link is leading me to 404
e
404 is a Http status code error. Kindly confirm the webhook URL and check on vapi.
s
is there a way i can check the webhook in workflow and what response it gave
k
By using the Logs API to filter for Webhook events or by setting a serverUrl in your assistant config to receive and log real-time events on your server. https://docs.vapi.ai/server-url
2 Views