Working with an API in hugo, using netlify, is it possible to automatically deploy a hugo-site and update content when the API’s data update?
You would need to use Netlify’s webhooks and send a request to deploy the site whenever the remote API is updated.
I use Zapier for this sort of workflow.
1 Like