Send Intent
Starts an activity in another app with a custom intent action, data and extras.
An action in the Apps & Intents group.
Its type is action.send_intent.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
in |
in | execution in | — |
out |
out | execution out | — |
action |
Action | data in | String |
packageName |
App (optional) | data in | String |
dataUri |
Data URI (optional) | data in | String |
mimeType |
MIME type (optional) | data in | String |
category |
Category (optional) | data in | String |
extras |
Extras | data in | String |
Configuration
Section titled “Configuration”| Field | Key | Default | Notes |
|---|---|---|---|
| Action | action |
— | — |
| App (optional) | packageName |
— | chosen from APP_FILTER |
| Data URI (optional) | dataUri |
— | — |
| MIME type (optional) | mimeType |
— | — |
| Category (optional) | category |
— | — |
| Extras | extras |
— | one key=value per line, count:int=5 to type one |
- permission to draw over other apps
A missing permission is flagged in the editor rather than blocking the macro — the graph is fine, the phone is not, and granting it starts the node working with no edit here at all.