Forum Discussion

Guy_S_Dev1's avatar
Guy_S_Dev1
Copper Contributor
Jan 07, 2024

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.

1 Reply

  • 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

Resources