Low-code Area Overview

In this video, I provide an overview of the local area in Jestor, which allows users to create custom automations and webhooks. I explain the difference between functions and triggers, where functions are invoked by external actions and triggers are event-dependent automations. I also discuss tables, which are databases in Jestor, and demonstrate how to access and view table details. Additionally, I touch on webhooks and their purpose in creating custom endpoints. Watch this video to learn how to leverage the local area in Jester to automate processes and improve efficiency.


Creating a Low-Code Function

In this video, I demonstrate how to create a function that populates a description field with random text when a button is clicked. This function is for learning purposes and can be customized to perform more complex tasks. I show you how to create the function using Python in Jester and explain the specific variables and native methods available. By following the steps, you can easily add this functionality to your own projects. No action is requested from the viewers.


Creating a Low-Code Trigger

In this video, I explain the concept of triggers and how they are similar to functions in terms of executing custom scripts. Triggers are custom automations that are dependent on events within Jestor. I demonstrate how to create a trigger that will create a new record when a checkbox is clicked. I also discuss the conditions and options available when creating triggers, such as selecting the table and programming language. This video provides a step-by-step guide on creating triggers and highlights important differences between sync and async automations. No action is requested from the viewers.


Creating a Low-Code Webhook with Functions

In this video, I explain what webhooks are and how they can be used with functions to create custom ways to treat data. I demonstrate how to create a new record using a function and show how to activate the function through an external platform using Postman. I provide a step-by-step guide on how to create a webhook and test it by sending information to the endpoint. This video is a great resource for anyone looking to understand and implement webhooks in their projects.