Work with functions
Overview
Connected functions are server extensions in Skedulo that make it possible to integrate with 3rd-party systems and use custom code to implement organization-specific functionality. For example, connected functions can be used to update records based on triggers, send SMSs, or connect with other software systems to get or send data.
Connected functions are used in any scenario where additional backend functionality is required within the Skedulo product to achieve the rapid development of new features on the platform and in the mobile application.
Skedulo CLI commands for connected functions
The CLI commands are grouped into logical groups, or topics, for ease of use. The commands relevant to connected functions are listed in the table that follows.
CLI command | Description |
---|---|
$ sked function dev |
Set up a local development connected function. |
$ sked function generate |
Generate a connected function template. |
$ sked artifacts function upsert |
Create or update a function from a state file and bundle folder. This command replaces the deprecated create and update commands. |
$ sked artifacts function delete |
Delete a connected function. |
$ sked artifacts function get |
Get the state of a connected function. |
$ sked artifacts function list |
Get a list of all existing functions. |
For more information see:
- The function documentation..
- The connected function command reference for local development.
- The connected function command reference for generating templates.
- The artifact function command reference for retrieving and deploying functions.
Feedback
Was this page helpful?