Receive parameters via POST communication

We are trying to link Bubble with external systems.
When passing data from that external system to Bubble, there is a restriction that parameters can only be sent via POST communication.
Is there any way to receive parameters via POST communication?

You mean via GET or something else?

Yes, GET passes values by setting parameters in the URL, but POST contains data in the request body.

This is possible enable the workflow api…you can use manual define of parameter or use the automatic and then you can add additional flow to manipulate the data

1 Like

Thank you very much. I solved the problem by enabling the workflow API.

That’s great

This topic was automatically closed after 70 days. New replies are no longer allowed.