Use our API in n8n
In n8n you can use the 0Codekit Node or use our API directly. This is a how to use our API directly.
Our API docs are hosted here: https://docs.0codekit.com/api/0-codekit-api/
To get access to our api just click on the api in the docs header or search for it using the search bar.
Then make sure you select Curl on the side options for the code snippet.
Copy the Curl command and open you n8n workflow.
Add a new HTTP node and open it.
On the top right click on import curl and paste the curl command from our api docs.
After the import you just have to fill in the fields like your actual API key and body parameters.
With that you are now directly connected to the 0CodeKit API 🎉