Use data from Response Webhook

Hello.

In Pro Forms i use Webhook action to make a POST request.

I want then to use the data from Response to populate some bricks elements.

Is this possible?

I enable the Debug: Show Response in Console in Pro Forms.

The response is showing up normally as an array that has objects inside.

How can i use this object data to render them on the front-end?

Hey :slight_smile: Webhooks in general are designed to work one-way. Therefore, it’s not possible to do something with the response. But I have possibilities for something like that in my mind!

1 Like

Thanks for the reply.

I have also open this thread here

Please consider it. It would be game changing to integrate this in bricksforge. Consume data and render them on the front-end via external APIs. Imagine the possibilities on what you can do without having wordpress restrict you