Navigate, update records, launch Flows, fire a toast. Configure it in the component, no Apex, no event handler.
No triggers to register, no handlers to write. You configure the behavior right in the component, and it runs on the platform your data already lives on.
A button click, a row selection, a value change. The component already knows the events it can fire.
Navigate, Update Record, Execute Flow, Show Toast, Open Confirm. Chain several to run in order.
Salesforce handles the navigation, the DML, the modal. You wrote no Apex and no event listener.
Wire clicks to actions in the builder you already use. Each package brings its own set, tuned to where it runs.
Move between screens, celebrate a finish, refresh data after a save.
Learn moreOpen a component in a panel, call an agent, run a Flow in the background.
Learn moreGuide visitors, confirm an action, launch a Flow without leaving the page.
Learn moreIn code, components emit events you handle yourself. The no-code interaction engine lives in the builders above.
Learn moreSelect rows, hit a button, update or delete them, then refresh the view. No screen change, no Apex.
Open a guided Flow in a dialog or side panel, pass the current record in, and refresh when it finishes.
Ask for confirmation before a destructive action, show a toast on success, and route the user onward.
On the platform, wiring a click to a real action usually means an Apex controller or an LWC event handler, code you write, test, and deploy. Avonni keeps that same behavior in the component configuration, so an admin can set it up and change it later without a release.
Custom click behavior is wired in code and shipped through a deployment.
The same behavior is configured in the component and edited in place, no deploy.
The no-code interaction engine is in Flow Screen Components, Dynamic Components, and Experience Cloud Components. LWC Components emit events you handle in your own code.
No. Interactions call navigation, record operations, Flows, and modals through configuration. You add no Apex and no event listeners.
Yes. You chain interactions so they run in order, for example open a confirmation, update the records, then show a toast.
Yes. Run a Flow in a dialog or a side panel, or execute one in the background, and pass the current record in as a variable.
Yes. Every Avonni plan starts free with 10 licenses and no time limit, installed from the AppExchange into your own org.
Wire your first click to a real Salesforce action today. Start free with 10 licenses, straight from the AppExchange.