Im trying from .Net using JWT.io or Jose.JWT.Encode(payload, rsa,
Jose.JwsAlgorithm.RS256); but still im getting this error.
"{\"error_description\":\"JWT token is incorrectly formatted, and can
not be decoded.\",\"error\":\"invalid_token\"}"
Run the following js code, choose the primary key of any deliveryvar d =
nms.delivery.load("841925965");for (var i in d) { logInfo([i]);}also you
can log which mailparameter variables are availablevar d =
nms.delivery.load("841925965");for (var i in d.mailParameters) {
logInfo([i]);}For instance, you can dynamically generate the delivery's
subject line from within the workflow's delivery activity without
modifying the template. ie.delivery.mailParameters.subject = "Daily
report for "+formatDate(...