Hey! This might be a dumb question, so I apologize in advance if it is, but I would love some guidance on how to set the API up to update the CMS (or even just to pass dynamic content to a page).
I also was wondering if it is possible to pass dynamic content through url parameters. If so, what would we write in the settings panel to specify that?
Thanks for all of the ridiculously awesome development you guys are doing, and for being so responsive while doing it!
I am not sure if I understood your question correctly. But currently it’s not possible to update the CMS yet from within API, but it’s requested feature and should come soon.
I would really need more information of what you are trying to achieve, if you can explain in more detail?
As for query parameters, if you pass them in URL you can access them using variable system.
Awesome, thanks for the quick response. Re: the API, yes, that’s what I was asking, and I appreciate the fact that it’s already on the roadmap. Is there a timeframe planned for it yet? And are there any tutorials in the works about using the Divhunt API (or could you guys add it to the list if it wasn’t already on there)?
I’m really just trying to figure out ways to push content into Divhunt from external platforms (namely from Coda).
Thanks for the answer on the URL parameters; it’s super clear and helpful.
I’m hoping to display the Coda data in Divhunt. I figured that syncing it with the Divhunt CMS would give me the option if I wanted to transition to the Divhunt CMS down the line, but for now I’ll be using Coda as the backend.
Yes, that’s already possible using REST API application. Have you installed it?
I can help you with this, but keep in mind that I have no experience with Coda API.
What what I need you to do is to create GET API Request inside Divhunt
Then set proper URL (Coda Endpoint) add Header for Authorization if they require one and using Execute icon on top of page (navbar) you can test request if is valid.
More specifically, I would love to know the process for getting nested objects into the builder (I was able to figure out how to get data from the API into the builder, so thank you for that!).