EventTrigger enables developers to execute scheduled tasks programmatically in shared host environments.
EventTrigger structure enables supporting all programming languages, including ASP.NET, PHP, ...
Connect your web application to EventTrigger through SOAP or REST web services in 3 easy steps.
Have you ever tried to execute dynamic time-scheduled events for web applications on shared hosts? It is almost impossible since shared hosts limit the resources needed to run time-scheduled tasks, even using cloud services like Azure or Amazon AWS may not be a good option since they charge you according to the number of resources you are using. That’s why we created the Event Trigger. You can register your time-scheduled events in 3 easy steps and get it called back at the scheduled time.
1 |
Get your API KEY for FREERegister for FREE and get your API key. The API key is required for calling any web service methods |
|
2 |
Register your eventUse SOAP or REST web services and register your events and specify your callback URL. |
|
3 |
Verify our call backAt scheduled time your specified callback URL will be called and for security reasons you have to verify the callback. |