cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

The best way for trigger event?

and1
12-Amethyst

The best way for trigger event?

We have a scenario where we need trigger event after when new file uploaded to our file repository. What's the best way to implement it? 

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:and1)

If you use the upload widget or the filetransfer copy function, there will be a completed event you can use.

if you don't have those, then you'll have to do some sort off 'file watcher setup' where a timer or scheduler check the folder

OR if the system that is sending the file has the capability, it could invoke a rest api call

View solution in original post

2 REPLIES 2
PaiChung
22-Sapphire I
(To:and1)

If you use the upload widget or the filetransfer copy function, there will be a completed event you can use.

if you don't have those, then you'll have to do some sort off 'file watcher setup' where a timer or scheduler check the folder

OR if the system that is sending the file has the capability, it could invoke a rest api call

and1
12-Amethyst
(To:PaiChung)

Hi,

thanks a lot for your reply!

Top Tags