Send data to webhook

Hello, I am receiving data from a webhook A and would like to send this data to
another webhook B. This is possible with Zapier. How does it work with make?

Thank you very much.

@Nino_Tschope - in the scenario with your first webhook you can add an HTTP Module to create a request to your second webhook and include whatever JSON, (or other) payload you want in the body of the module.

2 Likes

Thank you! So, something like Zapier “post in webhooks” is not possible?

Welcome to the Make community!

This is what timlittletech means, and this is how it’s done in Make.

4 Likes

Thank you very much. This is very helpful!

2 Likes