User fills in a form, with some basic information + a file.
On button click I’d like to send this (POST) information with the actual file to an external API.
I’ve built the API connection with the Bubble API Connector, and it’s working fine, and initiated and returned the correct 200 success code from the external service. What I can’t figure out, is how to make this POST call via the button click in Bubble.
I think you should use add/edit workflow on the Send button. In the workflow section you can say when send button is clicked…
Then you can find the action event to call the API you configured. You can map de values the API needed using the values from the input fields in your form.