sunny-green•2y ago
API call
Having created a GET API call working, is it possible in Voiceflow to see the raw call that is sent to the endpoint?
1 Reply
In Voiceflow, while you can make custom API calls using the API Step and capture responses to use within your project, the platform does not provide a feature to directly view the raw call that is sent to the endpoint. The API Step allows you to configure:
- The request type (GET, POST, PUT, DELETE, PATCH)
- The endpoint URL
- Headers, Body, and Params
- Capture Response to save data to variables
For troubleshooting or ensuring your API call works as intended, you can test the API call directly from the API Step in Voiceflow. If successful, you'll see a "Success" message. However, for a detailed view of the raw API call, you might need to use external tools like Postman or Insomnia.
For more detailed guidance on making API calls and capturing responses, you can refer to our documentation on the API Step.