Home > Getting Started
Table of Contents
What is a Service?
- A service helps the server by taking out commonly used actions into a reusable group.
- A service performs set of operations and its’ actions.
- A service has an INPUT and an OUTPUT similar to functions in a programming language.
For example, a service to get email from a GMAIL API can be reused by many servers, where the service has multiple actions to accomplish the get email task.

Configuring a Service
Create a new Service