<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how do I send an sms through alert options(run a script) in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-I-send-an-sms-through-alert-options-run-a-script/m-p/322415#M20777</link>
    <description>&lt;P&gt;Many companies use &lt;CODE&gt;PagerDuty&lt;/CODE&gt; and &lt;CODE&gt;xMatters&lt;/CODE&gt; and there sre apps for both of these on Splunkbase.  If not then you can sign up for a free &lt;CODE&gt;Twilio&lt;/CODE&gt; account and go that way (another app).  If you do not have admin on your search head, then you can use the little-known and littler-used email-to-SMS gateways:&lt;/P&gt;

&lt;P&gt;mfitzp.io/list-of-email-to-sms-gateways/&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2017 13:12:37 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-04-10T13:12:37Z</dc:date>
    <item>
      <title>how do I send an sms through alert options(run a script)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-I-send-an-sms-through-alert-options-run-a-script/m-p/322413#M20775</link>
      <description>&lt;P&gt;I want to send an sms alert through JAVA or SHELL script which will call HTTP API and pass the message into that API.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 04:06:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-I-send-an-sms-through-alert-options-run-a-script/m-p/322413#M20775</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2017-04-10T04:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: how do I send an sms through alert options(run a script)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-I-send-an-sms-through-alert-options-run-a-script/m-p/322414#M20776</link>
      <description>&lt;P&gt;Depends on the version of Splunk you are running. On all newer versions of Splunk, you have multiple options of &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.3/Alert/CreateCustomAlerts"&gt;sending alert&lt;/A&gt;&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Use inbuilt options from Splunk (eg Webhook, Run a script)&lt;/LI&gt;
&lt;LI&gt;Many SMS applications come with an App. &lt;A href="https://splunkbase.splunk.com/app/2865/"&gt;Twilio is an excellent&lt;/A&gt; option. You just need to install app and it will do the rest&lt;/LI&gt;
&lt;LI&gt;Write your own scripts and bundle into an app.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 10 Apr 2017 07:52:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-I-send-an-sms-through-alert-options-run-a-script/m-p/322414#M20776</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2017-04-10T07:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: how do I send an sms through alert options(run a script)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-I-send-an-sms-through-alert-options-run-a-script/m-p/322415#M20777</link>
      <description>&lt;P&gt;Many companies use &lt;CODE&gt;PagerDuty&lt;/CODE&gt; and &lt;CODE&gt;xMatters&lt;/CODE&gt; and there sre apps for both of these on Splunkbase.  If not then you can sign up for a free &lt;CODE&gt;Twilio&lt;/CODE&gt; account and go that way (another app).  If you do not have admin on your search head, then you can use the little-known and littler-used email-to-SMS gateways:&lt;/P&gt;

&lt;P&gt;mfitzp.io/list-of-email-to-sms-gateways/&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 13:12:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-I-send-an-sms-through-alert-options-run-a-script/m-p/322415#M20777</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-04-10T13:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: how do I send an sms through alert options(run a script)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-I-send-an-sms-through-alert-options-run-a-script/m-p/322416#M20778</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;You can use Twilio SMS Alerting.&lt;BR /&gt;
Check out App: &lt;A href="https://splunkbase.splunk.com/app/2865"&gt;https://splunkbase.splunk.com/app/2865&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Refer Below Link for implementation.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.splunk.com/blog/2015/09/22/sms-alerting-from-splunk-with-twilio.html"&gt;https://www.splunk.com/blog/2015/09/22/sms-alerting-from-splunk-with-twilio.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you don't want to go with any app or TA, and you want to send sms from Splunk Custom Alerts then go with below link.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Alert/CreateCustomAlerts"&gt;https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Alert/CreateCustomAlerts&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can execute a custom shell script and call SMS API using custom alerts.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 07:18:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-I-send-an-sms-through-alert-options-run-a-script/m-p/322416#M20778</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-10-18T07:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: how do I send an sms through alert options(run a script)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-I-send-an-sms-through-alert-options-run-a-script/m-p/742517#M58468</link>
      <description>&lt;P&gt;is there any update on this topic as per 2025 ? Does anyone have an example script which sends SMS please?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 09:39:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-I-send-an-sms-through-alert-options-run-a-script/m-p/742517#M58468</guid>
      <dc:creator>a1bg503461</dc:creator>
      <dc:date>2025-03-24T09:39:52Z</dc:date>
    </item>
  </channel>
</rss>

