Open a tab

Open a URL in a new tab

by @pixiebrix

How to Use

The Open a Tab brick can be used to open a new tab, optionally with URL parameters. After adding the brick, add the URL you want to open in the ‘url’ field. You can add additional parameters to this URL be setting the ‘params’ field type to object properties, where you add each parameter as a property. You can also set the URL encoding to either percent or plus, which controls how characters that can’t be in URLs are handled, like spaces.


Inputs

Name Required Type Description
url string The URL that will open
params object Enter parameters that will automatically be encoded in your URL. These follow the ‘?’ in the URL bar.
spaceEncoding string Select an option for encoding a space in the URL

Outputs

Name Required Type Description
No outputs for this brick defined.

Related Tags