Hi good fellows,
I am watching some videos explaining how to trigger database events…
I understand that there is “Backend Flow” and there’s. “API workflow”.
I understand that API workflows are needed when the APP’s Database is communicating/interacting with outsiders.
But why do I need to use EndPoint workflow (which is a kind of API workflow) when it is just some database workflow within the APP itself. ? Cannot it just be the straightforward Backend workflows(Triggers)?
For example I’m watching this.
Wondering why the developer set up an EndPoint workflow to send a notification email to users when the item is back in stock. Can’t it be just Trigger → Send emails to Users (Type: user, Source: search for the users who registered for notifying)?
Thanks !
W-O