Refang transform action

Use case

You have an email with a defanged URL inside of it similar to something like: hXXps[:]//rewst[.]io/aprilfools/surprise.html

You would like to refang it and make the URL directly usable.

Overview

Given a defanged URL, this action will refang the url by removing the added characters that prevent it from being directly usable.

Parameters

Parameter
Description
Required

URL

URL to refang

Usage

Example 1: Refang hXXps[:]//rewst[.]io/aprilfools/surprise.html

Inputs:

Colon: True

Dots: True

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

Results output

The expected result of this transform is a standard url.

Result from Example 1:

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

Last updated

Was this helpful?