# 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

<figure><img src="https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2FLPXFMP9gxn2YkSGcvBcJ%2FScreenshot%202025-04-14%20at%2012.17.28%E2%80%AFPM.png?alt=media&#x26;token=cbec8309-8653-4c3c-a05e-4169da9774fb" alt=""><figcaption></figcaption></figure>

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

## Parameters

<table><thead><tr><th width="217">Parameter</th><th width="417.3333333333333">Description</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>URL</td><td>URL to defang</td><td>true</td></tr><tr><td>Colon</td><td>If true defang colons.</td><td>false</td></tr><tr><td>Dots</td><td>If true defang all dots.</td><td>true</td></tr></tbody></table>

## Usage

<details>

<summary>Example 1: Defang the url https://rewst.io/aprilfools/surprise.html</summary>

Inputs:

Colon: True

Dots: True

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

</details>

## Results output

The expected result of this transform is a defanged url.

Result from Example 1:

```
hXXps[:]//rewst[.]io/aprilfools/surprise.html
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rewst.help/documentation/automations/actions-in-rewst/transform-actions/defang-transform-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
