Skip to product menu
Skip to main content

URL

The value for this input datatype will be available in the session object in the following format:

Attribute NameDatatype Description
metamapURL Meta (A)
valuestring

The URL has to be set here.

Ex: https://zylker.com 

URL Meta (A)

Attribute NameDatatype Description
typeStringValue should be 'url'
valueString

The URL has to be set here.

Ex: https://zylker.com 

Sample Code:

Copied{
      "value":"https://zylker.com",
      "meta":{
            "type":"url",
            "value":"https://zylker.com"
         }
}

Format to be returned in response object:

Copiedresponse=map();
response.put('url' , "https://zylker.com”);
return response;