Splunk SOAR

How to Hyperlink in Splunk SOAR/Phantom Notes?

jasonr
Engager

I'm currently adding notes through a playbook via Python automation.

I'll have a formatted string:

 

 

f'<a href="https://www.url.com"> Link Label </a>'

 

 


Then when add it to the task notes, the inside of the tag gets wiped out and I'm left with:

 

 

<a> Link Label </a>

 

 


I've seen workable links in the notes, how do I go about this?

Labels (2)
0 Karma
1 Solution

phanTom
SplunkTrust
SplunkTrust

@jasonr if you are on any recent version the default language is now Markdown.

See the Markdown cheat sheet for the syntax: https://www.markdownguide.org/cheat-sheet/ 

 

-- If this helps please mark as a solution. Happy SOARing! --

View solution in original post

phanTom
SplunkTrust
SplunkTrust

@jasonr if you are on any recent version the default language is now Markdown.

See the Markdown cheat sheet for the syntax: https://www.markdownguide.org/cheat-sheet/ 

 

-- If this helps please mark as a solution. Happy SOARing! --

jasonr
Engager

@phanTom that did the trick, thank you.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...