Firing events via javascript (appery builder)
Posted: Tue Mar 07, 2017 12:02 am
				
				
			Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello,
1) Please create a fake service for that (e.g. generic service, or REST service)  
 2) Add a mapping to it's "before send" event or "complete" event 
 3) Use any condition to run that service, e.g.: 
 preif (variable){ 
    myFakeService.execute(); 
 }/pre