I have a very basic question to Contentful CMS: Is it possible to configure a job in Contentful that automatically fetches images from external source?
My first guess was webhooks, but I think they are just suitable to notify extern systems of a Contentful event?
Scenario:
- Image on external server that changes day to day (i.e. http://server/changingImage.jpg)
--> Contentful should download and import this image for example every 24 hours and then publish it to be visible for an application.
Is it possible to configure such jobs / scripts within Contentful?