Introduction to custom functions

How to use the Skedulo CLI to develop custom functions for web and mobile extensions.

Functions are custom server-side code that developers can deploy within a customer’s team.

Functions are Skedulo’s version of a serverless API platform, providing stateless, authenticated APIs that enable the implementation of custom business logic or integration with third-party systems.

Functions are very powerful, especially if you use them in conjunction with other capabilities such as:

  • Triggered actions

  • Webhooks

  • Web extensions

  • Mobile extensions

Without Skedulo functions, users would need to create a public-facing API with their own servers to do this.