Splunk SOAR

Email user and get response back

rodneyjerome
Explorer

Hi,

 

I am looking send an email to user with simple yes/no response which I can then use to handle the case. I know Palo Alto’s soar has some integrations to handle this. Do we have similar func in Splunk or any idea on how to implement them.

 

Thanks in advance 

Labels (1)
0 Karma

MrM1
New Member

Hello @phanTom ,
Hope my message finds you well.
Are those playbooks by chance in the community repository?

0 Karma

phanTom
SplunkTrust
SplunkTrust

@rodneyjerome it's not out of the box but the way I have done this is with 2 playbooks:

1.  1st/any playbook that sends an email that expects a response first builds an encrypted string that contains useful information for the response (  i use container_id + label value ), then builds a HTML body with the token inserted with an obvious prefix ( easy to pick out in regex )  and then sends the email and completes. 

In the middle, you have an app monitoring and ingesting from the mailbox/folder where the user will be replying to. 

2. 2nd playbook runs on these ingested emails, retrieves the key value, decrypts it and then uses the information to understand which container to update/work on. 

This can be expanded nicely by adding more relevant information into the inserted key. 

-- Hope this helps, if so consider leaving some Karma. Even better is if this fixed your issue, that you mark as a solution for others to find. Happy SOARing!! ---
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Introducing ITSI 5.0: Unified Visibility and Actionable Insights

Introducing ITSI 5.0: Unified Visibility and Actionable Insights Tuesday, July 21, 2026  |  10:00AM PT / ...

Inside Splunk Agent Observability: Understanding Agent Behavior, Tokens & Costs

Inside Splunk Agent Observability:Understanding Agent Behavior, Tokens & Costs Thursday, August 06, ...

From Data to Insight: Announcing the Winners of the Splunk Dashboard Contest

Hi Splunkers, First off, thank you to everyone who participated in our very first From Data to Insight: The ...