Automations
In Tarasa, you automate actions and processes within your application, without the need for a developer. With Tarasa you set triggers, buttons or time-dependent processes yourself, perfect for workflows that would otherwise require manual work. As a reseller, you add logic to your application without having to rely on backend development.
Webhooks
Through webhooks, you create endpoints in Tarasa that can be invoked externally, for example, from an integration platform or external application. As soon as a POST request arrives, you can respond to it with scripts or workflows within Tarasa. This allows you to process external events or data streams directly within your own application. Webhooks are configurable on specific routes and equipped with logging and validation options.
Pre-processors
Before data is stored, manipulate, enrich or check the input easily in Tarasa. Think about auto-filling fields, checking for duplicate records or adding metadata. Pre-processors increase data quality and keep logic close to the user.
Action buttons (on click)
Add buttons to your screen that perform specific actions, such as starting a workflow, invoking an API or calculating a price. The action can be conditional and work immediately, without reloading the page. In doing so, you give end users a powerful but simple interface.
Autocomplete (on change)
Fields can be automatically populated or modified based on other input. This makes forms smarter and eliminates unnecessary steps. Consider automatic retrieval of customer data based on a customer number. Everything happens in real time in the browser.
Data change triggers
When data is added, modified or deleted, you can automatically initiate other actions. Think of sending notifications, updating related records or calling an external service. Triggers can be set per table and work in real time.
Timers
Have certain actions take place at fixed times, for example daily at midnight or every Monday at 9 a.m. You use timers, for example, for reminders, recalculations or automatic status updates. They are easy to set up and combine well with other automations.