- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-30-2021 04:26 AM
Hello community,
I'm currently working on a playbook in which I want to collect data from end users via a survey.
The troublesome part is that this has to happen via a ServiceNow ticket.
When creating the ticket in ServiceNow I want to include the survey-URL in the ticket notes.
Now, there isn't a URL created/saved in the context data.
My current workaround is to update the ticket via Email, which looks weird in SNow because of the standard XSOAR email layout.
Is there a possibility to parse the survey-URL into context data after creation?
Best regards
Mat
01-04-2022 05:44 AM
Hi,
It is not possible today, there is an open feature request for it:
https://xsoar.ideas.aha.io/ideas/FR-I-97
If the email workaround works for you but the main issue is the email structure; you can easily change it:
https://docs.paloaltonetworks.com/cortex/cortex-xsoar/6-5/cortex-xsoar-admin/playbooks/playbook-task...
Creating a configuration key of "messages.html.formats.externalFormSubmit" with the value: "{{.link}}" will send only the generated link in the email, without any HTML, logo, title etc,
thanks.
01-04-2022 05:44 AM
Hi,
It is not possible today, there is an open feature request for it:
https://xsoar.ideas.aha.io/ideas/FR-I-97
If the email workaround works for you but the main issue is the email structure; you can easily change it:
https://docs.paloaltonetworks.com/cortex/cortex-xsoar/6-5/cortex-xsoar-admin/playbooks/playbook-task...
Creating a configuration key of "messages.html.formats.externalFormSubmit" with the value: "{{.link}}" will send only the generated link in the email, without any HTML, logo, title etc,
thanks.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!