Does anyone know the most optimal way to call and collect data from a react app? I am trying to trigger my workflow from a react https data call and I cannot figure it out. Does anyone have a repo that I can look at on how to do this. I am currently trying to use the await fetch() function but it is not working. Thanks!
Hi @tysonhichman,
Pipedream HTTP trigger provide a standard HTTP endpoint that you can call to trigger your workflow. If you workflow need to return data, you’ll need to update your workflow follow this tutorial here. To call the HTTP endpoint from your React app, you can research other online tutorial.
Ok Thank you.