<?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 Send SMS Activation in APIs</title>
    <link>https://community.cisco.com/t5/apis/send-sms-activation/m-p/4884630#M589</link>
    <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Hi There,&lt;/P&gt;
&lt;P&gt;I am generating an activation code &lt;CODE&gt;/admin/v1/phones/[phone_id]/activation_url&lt;/CODE&gt; and then i am calling &lt;CODE&gt;/admin/v1/phones/[phone_id]/send_sms_activation&lt;/CODE&gt; .&lt;BR /&gt;
Below is my code&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="lang-auto"&gt;Http request = new Http.HttpBuilder("POST", cmd.getOptionValue("host"),
					"/admin/v1/phones/" + phone_id + "/send_sms_activation").build();
request.addParam("installation_msg", "Welcome To MQF Sandhya Sinha &amp;lt;insturl&amp;gt;");
request.addParam("activation_msg", "Welcome To Marquis Finance Sandhya Sinha To Activate &amp;lt;acturl&amp;gt;");
request.addParam("valid_secs", "60");
request.addParam("install", "1");
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;By using the above code sometimes it sends only &lt;CODE&gt;installation_msg&lt;/CODE&gt; that is &lt;CODE&gt;Welcome To MQF Sandhya Sinha http://m-165ef6b2.duosecurity.com&lt;/CODE&gt; but this one does not have the activation code which is an issue and some time it sends only &lt;CODE&gt;activation_msg&lt;/CODE&gt; and some time both.&lt;/P&gt;
&lt;P&gt;So I am a bit confused what is the correct way , for me &lt;CODE&gt;activation_msg&lt;/CODE&gt; is the best way because it contains activation code.&lt;/P&gt;
&lt;P&gt;Please help&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 05 Sep 2022 07:24:59 GMT</pubDate>
    <dc:creator>Ripul</dc:creator>
    <dc:date>2022-09-05T07:24:59Z</dc:date>
    <item>
      <title>Send SMS Activation</title>
      <link>https://community.cisco.com/t5/apis/send-sms-activation/m-p/4884630#M589</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Hi There,&lt;/P&gt;
&lt;P&gt;I am generating an activation code &lt;CODE&gt;/admin/v1/phones/[phone_id]/activation_url&lt;/CODE&gt; and then i am calling &lt;CODE&gt;/admin/v1/phones/[phone_id]/send_sms_activation&lt;/CODE&gt; .&lt;BR /&gt;
Below is my code&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="lang-auto"&gt;Http request = new Http.HttpBuilder("POST", cmd.getOptionValue("host"),
					"/admin/v1/phones/" + phone_id + "/send_sms_activation").build();
request.addParam("installation_msg", "Welcome To MQF Sandhya Sinha &amp;lt;insturl&amp;gt;");
request.addParam("activation_msg", "Welcome To Marquis Finance Sandhya Sinha To Activate &amp;lt;acturl&amp;gt;");
request.addParam("valid_secs", "60");
request.addParam("install", "1");
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;By using the above code sometimes it sends only &lt;CODE&gt;installation_msg&lt;/CODE&gt; that is &lt;CODE&gt;Welcome To MQF Sandhya Sinha http://m-165ef6b2.duosecurity.com&lt;/CODE&gt; but this one does not have the activation code which is an issue and some time it sends only &lt;CODE&gt;activation_msg&lt;/CODE&gt; and some time both.&lt;/P&gt;
&lt;P&gt;So I am a bit confused what is the correct way , for me &lt;CODE&gt;activation_msg&lt;/CODE&gt; is the best way because it contains activation code.&lt;/P&gt;
&lt;P&gt;Please help&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Sep 2022 07:24:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/send-sms-activation/m-p/4884630#M589</guid>
      <dc:creator>Ripul</dc:creator>
      <dc:date>2022-09-05T07:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Send SMS Activation</title>
      <link>https://community.cisco.com/t5/apis/send-sms-activation/m-p/4884631#M590</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Attempted to answer the same question in your other post &lt;A href="https://community.duo.com/t/admin-api-java/12974/13"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Sep 2022 12:34:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/send-sms-activation/m-p/4884631#M590</guid>
      <dc:creator>DuoKristina</dc:creator>
      <dc:date>2022-09-14T12:34:34Z</dc:date>
    </item>
  </channel>
</rss>

