📄️ Actions
Actions in the Features context are specifically designed for communicating with the resources of APIs and services, both internal and external. They allow you to define how your feature interacts with other systems, facilitating data exchange and execution of operations such as creating, retrieving, updating, or deleting resources.
📄️ Notifications
Notifications in the Features context are specifically designed for communicating important information to users or systems through various channels such as push notifications, emails, or webhooks. They allow you to define how your feature will notify stakeholders, ensuring that essential updates and messages are conveyed effectively.
📄️ Database Action
Database Action Events are crucial for executing operations on your database within the Ductape framework. This event type allows you to define actions that interact directly with your database, enabling you to create, read, update, or delete records as needed.
📄️ Jobs
Job Events in Ductape are scheduled tasks designed to execute at specified intervals or at a specific point in time. They are autonomous events, meaning they are void and do not pass data to subsequent events, but they can receive data from preceding events within the feature sequence.