Forum Discussion
Guy_S_Dev1
Jan 07, 2024Copper Contributor
Sending entities data to a server or API endpoint
Hi, I want to create a playbook that will take an entity data VAR and send it to a python server or API endpoint. is it possible? and how? thanks.
samikroy
Jan 08, 2024MCT
You can adopt one of these 1. Using a http action to call an api from a logic app / playbook 2. Create an azure function (python based) and call the same azure function inside a logic app