Send a POST request after the user signs up

I have my own backend server. I want to send a POST request to my own server after a user signs up on my Bubble site. I’m trying to use the “Sign the user up” work flow but I don’t see any option for sending requests.

Install API Connector plugin (not rlly plugin, should be built in) and initialize the API call, set it as an Action. Then it will let you add the action after the user sign and you can send the relevant parameters.

1 Like