<?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: Sample of http connector with post request in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/sample-of-http-connector-with-post-request/m-p/6390#M2808</link>
    <description>&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="workato_http_post.jpg" style="width: 896px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1120i888974B2B5BA4860/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="workato_http_post.jpg" alt="workato_http_post.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 16:44:55 GMT</pubDate>
    <dc:creator>gary1</dc:creator>
    <dc:date>2024-04-11T16:44:55Z</dc:date>
    <item>
      <title>Sample of http connector with post request</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/sample-of-http-connector-with-post-request/m-p/6388#M2807</link>
      <description>&lt;P&gt;Team,&lt;/P&gt;&lt;P&gt;I am trying to use http connector in workato, and looking for sample request with POST and body in it. Please share the sample if you have any.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Inderjeet&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 10:34:37 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/sample-of-http-connector-with-post-request/m-p/6388#M2807</guid>
      <dc:creator>inderjeetksasan</dc:creator>
      <dc:date>2024-04-11T10:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sample of http connector with post request</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/sample-of-http-connector-with-post-request/m-p/6390#M2808</link>
      <description>&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="workato_http_post.jpg" style="width: 896px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1120i888974B2B5BA4860/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="workato_http_post.jpg" alt="workato_http_post.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 16:44:55 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/sample-of-http-connector-with-post-request/m-p/6390#M2808</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-04-11T16:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sample of http connector with post request</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/sample-of-http-connector-with-post-request/m-p/6391#M2809</link>
      <description>&lt;P&gt;Thanks for your reply. Is it possible to parse the json in the body?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 06:23:58 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/sample-of-http-connector-with-post-request/m-p/6391#M2809</guid>
      <dc:creator>inderjeetksasan</dc:creator>
      <dc:date>2024-04-12T06:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sample of http connector with post request</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/sample-of-http-connector-with-post-request/m-p/6408#M2810</link>
      <description>&lt;P&gt;You can construct the POST body however you need to, so long as it's a valid JSON.&lt;/P&gt;&lt;P&gt;If you want to parse the response of the request, this is also possible.&lt;/P&gt;&lt;P&gt;Here's what I usually do to set it up:&lt;/P&gt;&lt;P&gt;1. Set up the request above and test the recipe.&lt;/P&gt;&lt;P&gt;2. Go to the test job and look at the output of the request. Click "Copy Raw JSON"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="workato_http_post_02.jpg" style="width: 342px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1125i07FBD5AB7C92EFC8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="workato_http_post_02.jpg" alt="workato_http_post_02.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. Go back to the HTTP action in the recipe editor, and in Response &amp;gt; Response Schema, click "Use JSON"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="workato_http_post_02b.jpg" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1126iAF94197C71D5D8C8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="workato_http_post_02b.jpg" alt="workato_http_post_02b.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;4. In the JSON editor, paste the raw JSON you copied in step 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. Delete everything except the "response" object (keep what is highlighted below)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="workato_http_post_03.jpg" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1128i9741180DC5FD5E1C/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="workato_http_post_03.jpg" alt="workato_http_post_03.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="workato_http_post_04.jpg" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1129i4FE5245548993EBF/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="workato_http_post_04.jpg" alt="workato_http_post_04.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;6. Click Next and then Generate, and this will create a schema of output data pills based on the JSON&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="workato_http_post_05.jpg" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1130i60692AE9737E4CAA/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="workato_http_post_05.jpg" alt="workato_http_post_05.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;7. You can now access the data pills in subsequent steps in the recipe&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="workato_http_post_06.jpg" style="width: 364px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1131i6523D79FD6A0228A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="workato_http_post_06.jpg" alt="workato_http_post_06.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 17:08:32 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/sample-of-http-connector-with-post-request/m-p/6408#M2810</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-04-12T17:08:32Z</dc:date>
    </item>
  </channel>
</rss>

