Open URL

Action safari

action.open_url

Open a URL in the default web browser. The URL field supports payload variable interpolation, letting you construct dynamic links from upstream data. Works with any URL scheme handled by macOS, including https://, mailto:, and custom app URL schemes.

Ports

DirectionNameData TypeDescription
InputInputAnyIncoming payload
OutputOutputAnyPassthrough after URL opens

Configuration

FieldTypeDefaultDescription
urlTextURL to open. Supports {{var}} interpolation.

Output Variables

VariableTypeDescription
openedBooleanWhether the URL was opened
urlStringThe resolved URL

Example

Open a URL from clipboard text: