Hi,
We are using Benzinga APIs GET IPOs. I have set up everything correctly, but bubble.io doesn’t seem to be pulling the data. We are using this to pull all the available IPOs available to put on our product calendar website. (click.markets/offerings) under 3 different categories. Upcoming (future ones), Ones that priced 60 days ago and then 30 days ago. Any help would be appreciated! Thank you. See below for screenshots and if you have any questions or need to see for information please let me know. I have put screen shots to the API connector plugin and our backend workflow. What am I missing?
Thanks!
Does the data get pulled with you initiallized the call?
Are there any errors shown in the logs for the WF?
Did you enter a value for the required parameter[ipo_type]
field in the WF?
Sorry. New to bubble and APIs in generally. no errors in logs for WF… and not sure how I would test if data gets pulled when I initialize call as it doesn’t update on our website
is it because this is empty?
WF is short for Workflow.
When you set up the API call in the API connector and initialised it, did you get a response?
Or an error?
It didn’t give me any errors.
So you got a valid response? with actual data?
I just reinitialized all the calls. No errors and this is all that pops up…When I hit save nothing happens. No errors.
So it looks like the API call successfully pulled in data.
So any issue you’re having must be with your workflow.
Probably because you haven’t entered any values for the parameters (including the required one)
Make sure you are including all the required parameters, and try it again.
If it still done’s work then check the server logs to see if there were any errors.
ok do I enter the the parameters in the empty value section (to the right of parameters)
do they need to match these? on the first screenshot?
They need to be the actual values that you want to use in the API call.
these are what I want…aren’t these the values? I took them from Benzingas api doc?
Those look like key names to me, not values.
What (update-ipos) API WF does?
Im sorry? I am not following
You want to ensure that this API WF (update-ipos) is creating a new thing in the database, which is the data you pull from the API.