I have some external APIs that want to send me data through a POST request.
But I can’t figure out how to catch the payloads they send, and then use that data in my app.
I’ve been reading through the Bubble API docs but I still can’t figure it out.
I thought there would be an Action I could use in a workflow like “Catch API payload” that would take the POST data and allow me to work with it. But that doesn’t seem to be the case.
Can someone please describe how to get this working?
A high level “do this, then that” would probably be enough to get me going.