Hyperlinks

In your answer you can embed links. You have some degree of control over what happens once that link is clicked.

circle-exclamation

Answer Text in Output Node

You can output links in html or answer text that are then fed back into Teneo as user input.

<a href="#" class="sendInput">This will be sent to Teneo</a>

Alternatively:

<a href="#" class="sendInput" data-input="This will be sent to Teneo">This is just the anchor text</a>

Answer Text in Output Node

<a href="https://somewebsite.com" class="openInIframe">This will open the page https://somewebsite.com in an iframe once clicked.</a>

Last updated