Skip to main content

message.applyMapper

message.applyMapper(name)

Description

Applies the mapper (that has the name of the argument) to the message.

Parameters

ParameterTypeExplanation
nameStringThe name of the mapper to apply to the message

Example

json = message.applyMapper(data2postData)
http.post(url, json)