Hey! We are starting to use prismic and are trying to define features we can/want to use.
At the moment I’m looking into Integration Fields and what limitation they have.
I was able to enable the feature and push data into the prismic via n8n and I was able to use that information in my slices. This is great and I see multiple use-cases where we will use this.
Now, I’m looking into possible advanced uses of Integration Fields and for that I would need to access the whole catalogue, but I don’t seem to find that is possible.
In our testing repo, we have a prototype of a real estate agency with multiple properties managed by an external tool. Properties change state, are added/deleted multiple times a day on that external service. Via n8n we push the property list into prismic Integration Fields successfully. Now, we need to create a slice/component that lists all the available properties and links to a details page. Obviously, no editor should need to update the properties manually in prismic, it should happen automatically, specially as everything in the catalogue is up to date.
Is something like the above possible with Integration Field or should I look into connecting to the external service directly?
Thanks!