Input and output parameter mapping for REST Hook

The mapping of input and output parameters for REST Hook and their formats.

REST Hook input parameters

The following input parameters are common to all REST Hook activities:

Format:

   ${resthooks.<id>.<attribute name>}
   ${resthooks.<id>.url}
   ${resthooks.<id>.method}
   ${resthooks.<id>.headers.<name>}
   ${resthooks.<id>.payload}
   ${resthooks.<id>.authentication.type}
   ${resthooks.<id>.authentication.username}
   ${resthooks.<id>.headers.Content-Type}
   ${resthoooks.<id>.title}
   ${resthooks.<ID>.<input>}

REST Hook output parameters

Representing output parameters and attributes of a REST Hook activity within another activity.

Example scenarios to call the input and output parameters

The following example scenarios illustrate the various conventions that you must use to call the input and output parameters: