<?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>Question Re: Looking to execute HTTP Request using body in SPA in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaa-p/13617438#M4819590</link>
    <description>I got it! I was able to successfully test the Process. WHOO-HOO!!!</description>
    <pubDate>Fri, 23 Feb 2024 17:40:44 GMT</pubDate>
    <dc:creator>Ron_Hagan</dc:creator>
    <dc:date>2024-02-23T17:40:44Z</dc:date>
    <item>
      <title>Looking to execute HTTP Request using body in SPA</title>
      <link>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaq-p/13614970</link>
      <description>&lt;P&gt;I'm trying to execute an HTTP POST request by passing in the JSON body with the correct parameters but I can't seem to find a tutorial that covers that.&amp;nbsp; I've tried using the API trigger but for some reason it's not working. I can't seem to figure out how to configure it properly.&amp;nbsp; The API I'm trying to connect to is already in the BTP Destinations and I can connect through Postman.&lt;/P&gt;&lt;P&gt;Does anybody happen to have either a tutorial or a sample project that would get me closer to being able to accomplish my goal?&amp;nbsp; Or maybe some guidance?&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Ron&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 23:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaq-p/13614970</guid>
      <dc:creator>Ron_Hagan</dc:creator>
      <dc:date>2024-02-21T23:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to execute HTTP Request using body in SPA</title>
      <link>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaa-p/13615075#M4819365</link>
      <description>&lt;P&gt;You will need to create JavaScript code for the body, and you can use the 'Call Web Service with Destination' activity to call that API.&lt;/P&gt;&lt;P&gt;You can refer to the following BOT from the store; they have used an API to download files from the DMS service.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manish_09_0-1708578214473.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/69024iB6DB2F38ABBEAD66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manish_09_0-1708578214473.png" alt="manish_09_0-1708578214473.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 05:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaa-p/13615075#M4819365</guid>
      <dc:creator>manish_09</dc:creator>
      <dc:date>2024-02-22T05:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to execute HTTP Request using body in SPA</title>
      <link>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaa-p/13616326#M4819487</link>
      <description>Thank you, Manish! I have a question for you. In the section "Build an Automation", step 7 says to drag and drop the activity Call Web Service with Destination. I've tried that but I can't seem to get it to connect. When I click on the activity, instead of just outlining it in red, there is also a big "X" in the top right-hand corner of the activity. How do I get it to connect to the flow?</description>
      <pubDate>Thu, 22 Feb 2024 20:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaa-p/13616326#M4819487</guid>
      <dc:creator>Ron_Hagan</dc:creator>
      <dc:date>2024-02-22T20:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to execute HTTP Request using body in SPA</title>
      <link>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaa-p/13616330#M4819488</link>
      <description>Ha! I think I figured it out. I had to put in the Destination firs. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 22 Feb 2024 20:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaa-p/13616330#M4819488</guid>
      <dc:creator>Ron_Hagan</dc:creator>
      <dc:date>2024-02-22T20:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to execute HTTP Request using body in SPA</title>
      <link>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaa-p/13616345#M4819490</link>
      <description>Next question: &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I created the Automation like it said in the tutorial and instead of having a Start circle and an End circle, mine also has a has a box above the Start circle that says, "Triggers" with a "+" sign on the right side of it. Since it's not in the tutorial, do I need it? It appears that I can't delete it but I have no idea what to do with it.</description>
      <pubDate>Thu, 22 Feb 2024 21:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaa-p/13616345#M4819490</guid>
      <dc:creator>Ron_Hagan</dc:creator>
      <dc:date>2024-02-22T21:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to execute HTTP Request using body in SPA</title>
      <link>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaa-p/13616502#M4819515</link>
      <description>&lt;P&gt;Hi Ron,&lt;/P&gt;&lt;P&gt;The trigger option is used when you need to trigger a process using an API; otherwise, you don't need to do anything.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 04:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaa-p/13616502#M4819515</guid>
      <dc:creator>manish_09</dc:creator>
      <dc:date>2024-02-23T04:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to execute HTTP Request using body in SPA</title>
      <link>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaa-p/13617438#M4819590</link>
      <description>I got it! I was able to successfully test the Process. WHOO-HOO!!!</description>
      <pubDate>Fri, 23 Feb 2024 17:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/looking-to-execute-http-request-using-body-in-spa/qaa-p/13617438#M4819590</guid>
      <dc:creator>Ron_Hagan</dc:creator>
      <dc:date>2024-02-23T17:40:44Z</dc:date>
    </item>
  </channel>
</rss>

