The best way for trigger event?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
thanks a lot for your reply!
![](/skins/images/695EE5AD3E567050FEDD72575855ED93/ptc_skin/images/icon_anonymous_message.png)