5.12.0 5.11.0 5.10.0 5.9.0 5.8.0 5.7.0 5.6.0 5.5.0 5.4.0 5.3.0 5.2.0 5.1.0 5.0 4.10 4.9 4.8 4.7 4.6 4.5.3 4.5.2 4.5.1 4.5 4.4 4.3
5.12.0 5.11.0 5.10.0 5.9.0 5.8.0 5.7.0 5.6.0 5.5.0 5.4.0 5.3.0 5.2.0 5.1.0 5.0 4.10 4.9 4.8 4.7 4.6 4.5.3 4.5.2 4.5.1 4.5 4.4 4.3

URL Message

Description

URL message is specifically used by Agents and Bots (Outbound Messages) to send a URL e.g. for app installation, system/license updates. 

The method to send URL message is given as follows:

  • Specify the type = "URL". The body should be in JSON format and include the following properties:

Property

Desc.

type - String - Required

Value = "URL"

markdownText - String - Optional

Contains custom plain text message sent by Agent and routed from CCM to connector Webhook.

mediaURL - String - Required

URL


"body": {
        "type": "URL",
        "markdownText": "You can download our Android app from this link.",
        "mediaUrl": "https://play.google.com/store/apps/details?id=com.ptcl_app.main&hl=en"
    }