Skip to main content

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.

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.

Parameters

ParameterDescription
URLsA comma-separated list of URLs to decode.

Example Output

{
    "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
Workflow LibraryPreview this Workflow on desktop