Hi folks!
Trying to build am FME Flow/Server Automation where if a backend API table is updated by a user that it triggers running an FME workspace that I’ve already uploaded to FME Server.
What would be the appropriate trigger to use to kick off the process? Would I have to create a webhook on the API table URL somehow to trigger based on FeaturesCreated and FeaturesUpdated?
So whenever the attributes in the API table on the backend are updated, I’d want FME Flow/Server to kick off firing off that FME workspace.
Thank you!