Real time flow triggers

When an Opportunity stage is "something" then it should trigger and records should be pushed to "Acumatica" from Salesforce. Can we achieve this using "Field specific qualification criteria" or should we mandatorily write trigger in Salesforce? If yes, How should we write?

@shailareddy the "field specific qualification criteria" would be exactly what you use. The only prerequisite you need is to have the generic apex trigger on the object you need. https://docs.celigo.com/hc/en-us/articles/360051211812-Export-data-from-Salesforce-#CreateatriggerinSalesforceaccount.