...
See this example to construct a message out of advice parameters using a template:
Code Block | ||
---|---|---|
| ||
... targetCommand: "mail.send" ... params: message: value: "The customerId is: {{advice.params.customerId}}" ... |
...
...
See this example to construct a message out of advice parameters using a template:
Code Block | ||
---|---|---|
| ||
... targetCommand: "mail.send" ... params: message: value: "The customerId is: {{advice.params.customerId}}" ... |
...