<?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 to send SMS using Twilio API services in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815425#M2025902</link>
    <description>&lt;P&gt;You should first try with Postman or whatever software to make sure which exact HTTP requests send SMS successfully and then you do the same HTTP requests with ABAP.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2023 10:15:11 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2023-12-28T10:15:11Z</dc:date>
    <item>
      <title>How to send SMS using Twilio API services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815422#M2025899</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;Anyone worked in SAP building API with ABAP for using Twilio services to send SMS.&lt;/P&gt;
  &lt;P&gt;I have Account SID and Token for Twilio account.&lt;/P&gt;
  &lt;P&gt;Just need to send SMS(Reponse) not required. We have s4 Hana on-premise system.&lt;/P&gt;
  &lt;P&gt;Please give the steps and code if anyone already did.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 12:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815422#M2025899</guid>
      <dc:creator>dhanudjro</dc:creator>
      <dc:date>2023-12-27T12:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to send SMS using Twilio API services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815423#M2025900</link>
      <description>&lt;P&gt;I guess you mean using &lt;A href="https://api.sap.com/api/twilio/resource/Messages"&gt;SAP Business Accelerator Hub - Twilio SMS - Messaging API for SMS for communication&lt;/A&gt;. It's all documented there.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 13:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815423#M2025900</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-12-27T13:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to send SMS using Twilio API services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815424#M2025901</link>
      <description>&lt;P&gt;Please use the COMMENT button for comments, asking for complements, adding details, replying to a comment or a proposed solution or to the OP question, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area. &lt;/P&gt;&lt;P&gt;(or just edit your question via menu Actions &amp;gt; Edit)&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 10:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815424#M2025901</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-12-28T10:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to send SMS using Twilio API services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815425#M2025902</link>
      <description>&lt;P&gt;You should first try with Postman or whatever software to make sure which exact HTTP requests send SMS successfully and then you do the same HTTP requests with ABAP.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 10:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815425#M2025902</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-12-28T10:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to send SMS using Twilio API services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815426#M2025903</link>
      <description>&lt;P&gt;It is not Business Accelerator hub, Just normal ABAP code to send SMS using Twilio.&lt;/P&gt;&lt;P&gt;I'm not sure about Business Accelerator hub, if we have it.&lt;/P&gt;&lt;P&gt;I tried using the class cl_http_client=&amp;gt;create_by_url and http_client-&amp;gt;send, but not sure how to fill the url in the first method for Twilio services.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 10:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815426#M2025903</guid>
      <dc:creator>dhanudjro</dc:creator>
      <dc:date>2023-12-28T10:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to send SMS using Twilio API services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815427#M2025904</link>
      <description>&lt;P&gt;I'm trying to test with postman, can you help me the url details, i think i need to use POST for this, as i just need to send SMS. I have the &lt;B&gt;Account SID and &lt;/B&gt;&lt;B&gt;Test Auth Token.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 10:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815427#M2025904</guid>
      <dc:creator>dhanudjro</dc:creator>
      <dc:date>2023-12-28T10:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to send SMS using Twilio API services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815428#M2025905</link>
      <description>&lt;P&gt;You don't need Business Accelerator hub. I was just asking.&lt;/P&gt;&lt;P&gt;There should be all required information at Twilio.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.twilio.com/docs/messaging/tutorials/send-messages-with-messaging-services"&gt;Send messages with Messaging Services | Twilio&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;CURL is an easy way (via Cmd or Powershell).&lt;/P&gt;&lt;P&gt;Only after a successful run you can write the ABAP code.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 10:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815428#M2025905</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-12-28T10:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to send SMS using Twilio API services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815429#M2025906</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;curl -X POST "https://api.twilio.com/2010-04-01/Accounts/$TWILIO_ACCOUNT_SID/Messages.json"
--data-urlencode "Body=Hello from your Messaging Service$EXCLAMATION_MARK"
--data-urlencode "MessagingServiceSid=MG9752274e9e519418a7406176694466fa"
--data-urlencode "To=+15553332222"
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;--data-urlencode : to be appended to the URL (i.e. ...Messages.json?Body=Hello...&amp;amp;To=%2B15553332222)&lt;/P&gt;&lt;P&gt;(urlencode of + gives %2B)&lt;/P&gt;&lt;P&gt;-u : user and password (set_authorization)&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 10:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-sms-using-twilio-api-services/m-p/12815429#M2025906</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-12-28T10:43:55Z</dc:date>
    </item>
  </channel>
</rss>

