Hello All
I am trying to integrate Mindpal (https://mindpal.space/) API with pickaxe.
I am able to call the api, but there isn’t any output.
Does anyone have experience with mindpal specifically?
Thanks
Hello All
I am trying to integrate Mindpal (https://mindpal.space/) API with pickaxe.
I am able to call the api, but there isn’t any output.
Does anyone have experience with mindpal specifically?
Thanks
@digitalklick do you mean output from mindpal or output in Pickaxe?
(The API sends data to Mindpal. If you need a response back into Pickaxe you need to set up the webhook response)
HI @ab2308 Thanks for replying.
Actually I managed to to create the Webhook Connection via make.com and webhook response back to Pickaxe.
I am attaching my scenario if someone else wants this info.
@digitalklick well done!
I would add a BREAK error handling module after the second HTTP in case the mindpal workflow takes longer than 30 seconds. The BREAK directive tells the HTTP module to try again after a specified number of seconds.
Thanks a lot @ab2308 . Will do that!