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
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?