Hello we now have a way to stay within Apilio and connect your Logicblocks: you can call a Logicblock from a Logicblock using the new webhooks.
This is how you could set it up:
-
Go to the Logicblock you want to evaluate as a result of another evaluation and, from the show view, copy the evaluation webhook:
-
Now go to the second Logicblock, the one that is going to call the first one, and create an HTTP action
-
In the action, paste your evaluation webhook in the URL.
-
Save your Logicblock
Now when you evaluate the Logicblock that has the HTTP action, it will launch the evaluation of the other Logicblock.
You can also use this method to update a variable as a result of a Logicblock being evaluated: use the webhook URL to update the variable in a webhook action.
I’ll probably write a more detailed step-by-step guide on how to set this up Let me know if this initial idea helps! Thanks