githubEdit

Defang transform action

Use case

You have a email with a URL in it similar to something like: https://rewst.io/aprilfools/surprise.html You would like to defang it and make it not directly usable.

Overview

Given a URL, this action will 'defang' the url by adding characters to prevent it from being directly usable.

Parameters

Parameter
Description
Required

URL

URL to defang

Colon

If true defang colons.

Dots

If true defang all dots.

Usage

chevron-rightExample 1: Defang the url https://rewst.io/aprilfools/surprise.htmlhashtag

Inputs:

Colon: True

Dots: True

URL: https://rewst.io/aprilfools/surprise.html

Results output

The expected result of this transform is a defanged url.

Result from Example 1:

Last updated

Was this helpful?