Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I was just wondering is it possible to have a uSync automatically pick up new changes to content and import?
E.g I have a system which generates an XML file which puts it in the uSync folder then the website reports and imports?
Thanks
Hi Matt,
you could use the uSync.Triggers package - to trigger an import from the command line after the files are created, or you could lift some of the code out of the Trigger controller and roll your own update methods.
https://github.com/KevinJump/uSyncTriggers/blob/main/uSync.Triggers/Controllers/TriggerController.cs
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
uSync automation
Hi,
I was just wondering is it possible to have a uSync automatically pick up new changes to content and import?
E.g I have a system which generates an XML file which puts it in the uSync folder then the website reports and imports?
Thanks
Hi Matt,
you could use the uSync.Triggers package - to trigger an import from the command line after the files are created, or you could lift some of the code out of the Trigger controller and roll your own update methods.
https://github.com/KevinJump/uSyncTriggers/blob/main/uSync.Triggers/Controllers/TriggerController.cs
is working on a reply...