Thank you so much for your message! I also reached out to CDD Support, but I’m still getting the 404 error. I’ve configured the POST Request node as follows:
“Connection Settings” tab: URL = “https://app.collaborativedrug.com/api/v1/vaults/####/slurps”
“Request Body” tab: I’m using the JSON in my original post using a real project name and mapping template iD
“Request Headers” tab: I added two header parameters - one for the API token and another “Content-type, application/json, constant”.
I will eventually need to figure out how to pass a file, but for now, I’m just trying to get the POST Request node working… Any advise you have would be very much appreciated.
Hope you are doing well and maybe you have already solved this issue?
After reviewing my post and looking through my workflows ultimately posting the data using the POST node is not possible. What I ended up using was the HTTP Retriever node and that requires converting the data to binary and also posting the relevant JSON information all together. It was quite the challenge to put it all together over months and I admit I would never have been able to do it without @qqilihq.
My goal was to try to build a stripped down version of my workflow to show how this can be done in general but work demands have not allowed me to push on this. If you are still interested in this I could try to pick this back up.