> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Decode URLs

Decodes URLs which have been rewritten by TAP to their original, target URL. Decodes the URLs in the given list.\
For more information, visit the [Proofpoint URL Decoder documentation](https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation/URL_Decoder_API#.2Fv2.2Furl.2Fdecode).

## Parameters

<div className="integrations-table">
  | Parameter | Description                               |
  | --------- | ----------------------------------------- |
  | URLs      | A comma-separated list of URLs to decode. |
</div>

## Example Output

```json theme={"dark"}
{
    "urls": [{
            "encodedUrl": "https://urldefense.proofpoint.com/v2/url"
            "decodedUrl": "https://media.com/assets/images/2016/06/a.jpg",
            "messageGuid": "rI2j92cEx_-WGPe0PK79iUuy6WLtFeQw",
            "clusterName": "jon_inbound_hosted",
            "recipientEmail": "jon@acme.com",
            "success": true
        }
    ]
}
```

## Workflow Library Example

[Decode Urls with Proofpoint and Send Results Via Email](https://library.blinkops.com/workflows/decode-urls-with-proofpoint-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/decode-urls-with-proofpoint-and-send-results-via-email/canvas" />
</div>
