Hi
I have order files coming in which are named <ordernumber>.xml
But I need to hold them until they are triggered by another real world event.
I am thinking of fetching them and then holding them in a connector with Automation Send turned off.
Separately, I have status files coming in which I can use to trigger the release of the order file. I’ll inspect the status file and if it contains a certain status I can grab the <ordernumber> from the status file.
Can I use api.rsc/sendFile/ to release a file which is queued in a connector by name?
Is there a better way?
I don’t really want to manage it through a database table.