Hello Splunkers,
We've currently integrated Slack Channel with Splunk. Whenever alert meets the condition in Splunk, it sends alerts to Slack Channel. Now, in Slack, we have one API called PUSHCALL(it makes a phone call to specific users in that Slack Channel when the alert generates)
For this action to be enabled, I need to update the push call command in Splunk Webhook Payload. Does anyone know about the Pushcall command syntax that needs to be written in Splunk payload? ( such as @here in slack, whereas in Splunk webhook payload is !here> )
Any help would be appreciated
Thank you
Hello,
You can use direct Webhook URL to Pushcall API like:
https://pushcall.me/api/call?api_key=XXXXXXXX&to=<Phone
just navigate to your account https://pushcall.me , enter phone number and copy URL
Then configure alert in Splunk to Webhook