Question: linking workflow to API call in Bubble.io
Hello all,
I am developing an app in Bubble.io in which a PDF is uploaded, processed via a Python script on PythonAnywhere and then sent back to Bubble. I use the API Connector plugin for this purpose. My API Endpoint has been tested in Postman and works correctly.
In the API Connector, I created an API call with the following settings:
Use as: Action
Body type: Form-data
Parameter: Key = pdf, with “Send file” checked.
According to advice I received earlier (ChatGPT o1), in the settings I should have had a field called “Type” (for example, to select File). However, this field is not available in my interface. Instead, I checked “Send file”, hoping that this was the correct configuration. The call was saved and set as an Action, but I cannot find it in the Workflow Editor among the available actions.
Do you have any suggestions as to what could go wrong here or what I am overlooking? Should I perhaps set something else with “Send file”, or is there a specific way to solve this problem?
Thanks in advance for your help!