API calls to pickaxe

Has anyone created n8n or similar automations where API calls are sent to my pickaxe and response back from my pickaxe is then used in further automations in n8n

Hey @riskacademy currently there is no API access available for Pickaxe.

You can use n8n or Make to send payloads into a workflow and get a response from the workflow back into your Pickaxe - using the available n8n or make basic webhook actions.

How do I send info from n8n into pickaxe?

First you’ll have to add an n8n connected action to send a specified (by you) payload (function input) to your n8n workflow, then you have to end that workflow with a response webhook that send the data back into your Pickaxe.

That I understand but it’s the opposite of what I was writing about. I need the prompt to generate outside of pickaxe, then be sent into pickaxe, then back to n8n

I understand you, but as I mentioned, there currently is no API for Pickaxe so your workflow plan is not possible for now.

That was the answer I was looking for. Thank you. Does anybody know if there are plans? My pickaxes are soo good, I want to send API calls to them