Send JSON request to external API

Hello,
I am working on my app (I am not a developer).
I need to achieve the following:
I have a page to edit videos, and on export action I need to send a JSON file to my backend API (Python, hosted in Azure) with details of what the user selected (paragraphs, format, font details, intro/outro)
Is that possible outside a custom component? If so, how? Please and thank you.

Hi @TOWAB :wave:

It should be , yes. Assuming the API endpoint is https and not http

You would need to add the REST API plugin to your project:

Then you can create a workflow with a REST API Request action:

If you’re just getting started with WeWeb, I recommend first configuring and making the call in Postman to ensure you have the right format to make a successful call and then configuring the call in WeWeb.

Thank you Joyce. I will test this and come back with questions.

1 Like