Hi -
The IBM SOAR Outbound Email App supports using JINJA templates in two manners (as I understand it):
- Embedded as a multi-line string in the function script; and
- Defined in the App configuration as separate files installed in the container with references to the files added to the APP.CONFIG under section heading
[fn_outbound_email:templates]
I want to be able to incorporate values from the Send Email Function script and from Playbook Activation Form Inputs, in addition to accessing Incident fields/notes/data tables.
I know that I can do this with the first approach, embedding as a string, by using the .FORMAT() method for string substitution in the Send Email Function script.
My question is: is there a way to get values from the Send Email Function script and from the Playbook Activation Form Inputs with the 2nd setup, when JINJA templates are stored in the container and defined in the APP.CONFIG?
Thanks in advance,
------------------------------
ken ching
------------------------------