Functions

Feature where we can add custom logics on your backend and perform some logic to your datas

Functions give the ability to add custom logic, custom calculations on data, transformation and manipulations of data.

We can add as many actions into functions where each action will be executed in a sequence we have three types of functions that can be used for different use cases. Actions in functions are like we can perform a third-party API call in one action and in another action, we can configure to make calculations on the results from the first action and so on. We can see more information on actions in the upcoming section

  1. Endpoint - Function where it can be consumed using endpoint URL (GET, POST).

  2. Webhook - It will be a trigger based on configured actions done on API resource (like create, update, or delete an API resource)

Last updated