I can view and copy the JSON code for existing workflows.
There doesn’t appear to be a way to import or paste my own custom JSON to create or update a workflow.
Is there a way to do this without manually creating nodes via the UI?
Thanks!
k
Kings_big💫
07/01/2025, 10:34 PM
Send your custom JSON directly to the workflow API via POST requests, allowing you to bypass the UI and automate workflow management using your API key..
i
Ian
07/02/2025, 6:06 PM
Awesome, Thanks!
And once I send one request with a specified JSON workflow, will this workflow then be saved on my Vapi dashboard for future use without requiring any more custom JSON to be sent via POST reqs?
Perhaps it’s not ideal to have to send custom JSON on every POST req. What are your thoughts?
k
Kings_big💫
07/03/2025, 4:15 AM
Once you create a workflow via a POST request, it’s saved in your Vapi dashboard for future use, so you only need to send JSON again if you’re updating it via a PUT request not for every interaction..