Smart Order Capture

Actions

Every action node available in DSL v1. Actions form the body of a workflow.

Tap at coordinatesaction.tapAtCoords
Dispatch a synthetic tap at an exact pixel coordinate.
Tap by textaction.tapByText
Walk the accessibility tree, find the first node whose text matches, tap its nearest clickable ancestor.
Swipeaction.swipe
Dispatch a swipe gesture from one point to another over a duration.
Type textaction.typeText
Set the text of the currently focused input element.
Waitaction.wait
Pause the workflow for a fixed duration in milliseconds.
Open appaction.openApp
Launch an app by its package name.
Screenshot to Spacesaction.screenshotToSpaces
Capture the current screen and upload it to your private object-storage prefix.
HTTP callaction.httpCall
Make an outbound HTTP request.
Set clipboardaction.setClipboard
Replace the clipboard contents.
Show toastaction.showToast
Show a short toast notification on screen.
Play soundaction.playSound
Play a sound file from a URI.
Vibrateaction.vibrate
Vibrate the device for a fixed duration.
Log to Google Sheetaction.logToSheet
Append a row to a Google Sheet.
Send SMSaction.sendSms
Send a text message via the device's default SMS app.
Set brightnessaction.setBrightness
Set screen brightness on a 0..255 scale.
Toggle Wi-Fiaction.toggleWifi
Toggle Wi-Fi on or off.
Toggle Bluetoothaction.toggleBluetooth
Toggle Bluetooth on or off.
Start musicaction.startMusic
Start music playback. If a packageName is given, launch that music app. Otherwise dispatch a media-play key event to whatever is the current media session.
Stop automationaction.stopAutomation
Halt the run. Downstream nodes are not executed.
Branch (if/then)action.branch
Evaluate a condition on a stored variable and follow the true or false edge.
Loopaction.loop
Execute the downstream subgraph N times.