<?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: Help porting over from Postman to Workato in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10497#M4172</link>
    <description>&lt;P&gt;I've been down this road more times than I could count and it can really be a struggle. The good news is I've always been able to find a way to authenticate using the HTTP connector, it just takes a lot of testing and a little voodoo to land on the right config.&lt;/P&gt;&lt;P&gt;A lot of times OAuth is implemented incorrectly on the client side, so using standard OAuth doesn't work and you need to be creative with Workato's custom auth options, or (eek) go with no auth on the connection and authenticate directly in the body of the call itself.&lt;/P&gt;&lt;P&gt;I can't offer much more direct help without getting more information about what the endpoint is expecting, but if you can provide some details I'll try.&lt;/P&gt;&lt;P&gt;It would be great if Workato could support a cURL import like Postman.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jul 2025 22:21:20 GMT</pubDate>
    <dc:creator>gary1</dc:creator>
    <dc:date>2025-07-24T22:21:20Z</dc:date>
    <item>
      <title>Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10496#M4171</link>
      <description>&lt;P&gt;Using Postman, I have successfully retrived a bearer token and connected to the endpoints provided to me by the client.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;I am not having success taking this functioning logic and recreating it in Workato using the HTTP connector.&lt;BR /&gt;What I'm not sure about is whether or not my issue is that the client is using a username/password to authenticate the token endpoint and it appears in order to use a bearer token I must use one of the OATH HTTP options&lt;BR /&gt;&lt;BR /&gt;Anyone have any luck retrieving a bearer token with just an username and password?&lt;BR /&gt;This may or may not matter, but the endpoints I'm connecting to require the token to be passed in the header&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 22:06:12 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10496#M4171</guid>
      <dc:creator>rharkness</dc:creator>
      <dc:date>2025-07-24T22:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10497#M4172</link>
      <description>&lt;P&gt;I've been down this road more times than I could count and it can really be a struggle. The good news is I've always been able to find a way to authenticate using the HTTP connector, it just takes a lot of testing and a little voodoo to land on the right config.&lt;/P&gt;&lt;P&gt;A lot of times OAuth is implemented incorrectly on the client side, so using standard OAuth doesn't work and you need to be creative with Workato's custom auth options, or (eek) go with no auth on the connection and authenticate directly in the body of the call itself.&lt;/P&gt;&lt;P&gt;I can't offer much more direct help without getting more information about what the endpoint is expecting, but if you can provide some details I'll try.&lt;/P&gt;&lt;P&gt;It would be great if Workato could support a cURL import like Postman.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 22:21:20 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10497#M4172</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2025-07-24T22:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10498#M4173</link>
      <description>&lt;P&gt;I'm not afraid to admit this stuff is not my area of expertise.&amp;nbsp; I'm an old school C++ / Java developer haha&lt;BR /&gt;I have two of these HTTP connectors I have to get working.&amp;nbsp; One uses a username / password to authenticate to hit the token endpoint and another that uses OATH2.0&lt;BR /&gt;The one with the username/password I am at a loss to get working&lt;BR /&gt;&lt;BR /&gt;The other one I get a "HTTP OAuth connection is no longer valid" error message when I try to run my stop hitting the data endpoint&lt;BR /&gt;&lt;BR /&gt;I was trying to figure out how to do the authenticate directly in the body of the call, but I cannot figure out that syntax since I'm not able to find a way to export out the body from Postman in JSON since it's configured as x-www-form-urlencoded&lt;/P&gt;&lt;P&gt;I appologize if I'm not giving the right info.&amp;nbsp; I'm learning as I go here&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 22:42:37 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10498#M4173</guid>
      <dc:creator>rharkness</dc:creator>
      <dc:date>2025-07-24T22:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10499#M4174</link>
      <description>&lt;P&gt;I'm a pastry chef but we'll figure this out.&lt;/P&gt;&lt;P&gt;Based on what you're saying, try this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Make a new HTTP action&lt;/LI&gt;&lt;LI&gt;Make a new connection and select "None" as the authentication type&lt;/LI&gt;&lt;LI&gt;In the HTTP action, click "set up manually" at the bottom&lt;/LI&gt;&lt;LI&gt;Set the Method to POST&lt;/LI&gt;&lt;LI&gt;Set the Request Content Type to URL Encoded Form&lt;/LI&gt;&lt;LI&gt;Expand Request Body&lt;/LI&gt;&lt;LI&gt;Click Add Form Data&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This will imitate how form-encoded data is entered in Postman, so now you should just have to copy it over.&lt;/P&gt;&lt;P&gt;You should also set the Response Content Type correctly. I'm guessing it's a JSON response, but you know best here.&lt;/P&gt;&lt;P&gt;It's probably easiest to test this in an isolated recipe first.&lt;/P&gt;&lt;P&gt;Once you get this far, let me know if it runs or crashes. If it crashes, what's the error message?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 22:55:00 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10499#M4174</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2025-07-24T22:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10500#M4175</link>
      <description>&lt;P&gt;OK!&amp;nbsp; Progress.&amp;nbsp; Following your steps I was able to create an HTTP request to retrieve the bearer token.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is my assumption correct that my recipe will need to have a HTTP request to get the token, then another HTTP request to hit the endpoint passing that token?&lt;BR /&gt;&lt;BR /&gt;Workato did give me a warning that it is detecting sensitive information, but I'm not sure how else to make this work without doing it this way &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 23:13:42 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10500#M4175</guid>
      <dc:creator>rharkness</dc:creator>
      <dc:date>2025-07-24T23:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10501#M4176</link>
      <description>&lt;P&gt;Excellent.&lt;/P&gt;&lt;P&gt;About the sensitive data...&lt;/P&gt;&lt;P&gt;As far as I know, Workato doesn't support HTTP connection types that use POST calls. Seems odd to me, but I've just never found a way around it.&lt;/P&gt;&lt;P&gt;If your client API documentation says it must be a POST with form-encoded data, then it is what it is. As an alternative, you can try to send a GET with url-encoded data. If that works, then you can make a new connection.&lt;/P&gt;&lt;P&gt;If this fails, the only "safe" way I know to obscure the password is to do this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Make an environment property or a project property for the key&lt;/LI&gt;&lt;LI&gt;Use that property data pill as the password in the recipe&lt;/LI&gt;&lt;LI&gt;Right click the HTTP action and click "Mask data"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This will keep the password out of the recipe builder and out of the logs, but it will be accessible to anyone with permissions to view the properties.&lt;/P&gt;&lt;P&gt;Anyway, next steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Configure the response body to parse the token into a data pill&lt;/LI&gt;&lt;LI&gt;Create another HTTP action (you can probably re-use the "no auth" connection)&lt;/LI&gt;&lt;LI&gt;Pass the token data pill into the action&lt;/LI&gt;&lt;LI&gt;Profit&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Let me know if you get stuck.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 23:29:28 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10501#M4176</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2025-07-24T23:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10502#M4177</link>
      <description>&lt;P&gt;Success!&amp;nbsp; Using 2 different HTTP actions I was able to get the token and then use the token to bring back data from the endpoint!&lt;BR /&gt;&lt;BR /&gt;I'll play around and see if there is any way to do this more secure, but considering the client I'm working for is using the embedded version of Workato, I don't have access to create environment properties or project properties&lt;BR /&gt;In the meantime, I have a functioning way to pull the data back so I can start writing my recipe.&amp;nbsp; I'm already behind schedule because of not being able to figure out this HTTP Connection and Action thing!&amp;nbsp;&lt;BR /&gt;I can now give a more favorable status report tomorrow&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 00:09:54 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10502#M4177</guid>
      <dc:creator>rharkness</dc:creator>
      <dc:date>2025-07-25T00:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10504#M4178</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11676"&gt;@rharkness&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I suggest:&lt;/P&gt;&lt;P&gt;If your token expires in a short time (like an hour or less), it's perfectly fine to have two HTTP requests one after the other in your recipe. The first gets the token, and the second uses the token (via the datapill) to call your endpoint. Doing it this way helps avoid Workato's sensitive data warning.&lt;/P&gt;&lt;P&gt;However, if your token is valid for a longer period, it’s better to store it in a &lt;STRONG&gt;Project Property&lt;/STRONG&gt;&amp;nbsp;(append secret to the name of the project property while defining) and use that in your HTTP requests. You can even automate updating the token using Workato’s &lt;STRONG&gt;Developer APIs&lt;/STRONG&gt;. For example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Set a scheduler based on your token’s expiry time&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Use an HTTP request to fetch the token&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Then update the Project Property using the Developer API&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This approach keeps things secure and efficient&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 03:09:22 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10504#M4178</guid>
      <dc:creator>Bhagya_pola</dc:creator>
      <dc:date>2025-07-25T03:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10505#M4179</link>
      <description>&lt;P&gt;I don't think the problem is with obfuscating the token, but with the creds used the get the token.&lt;/P&gt;&lt;P&gt;The endpoint to get the token is a POST, and there's no way (as far as I know) to make a POST call as part of an HTTP connection (not action, obviously). The SDK offers more flexibility with authorization, but the HTTP connections are GET only with headers or URL params. This means the credentials need to be added directly to the HTTP POST action to get the token.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for tokens.... I&amp;nbsp;&lt;EM&gt;always&lt;/EM&gt; call to get a new token and just let it live in the recipe. There are probably APIs out there that rate limit token requests, but I've never encountered one.&amp;nbsp;Some may call this criminal, but the&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":police_car_light:"&gt;🚨&lt;/span&gt; API Police&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":police_car_light:"&gt;🚨&lt;/span&gt; haven't caught me yet!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 04:39:22 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10505#M4179</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2025-07-25T04:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10508#M4180</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11676"&gt;@rharkness&lt;/a&gt;&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/1188"&gt;@gary1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When dealing with sensitive information, we have another approach where the value is &lt;STRONG&gt;not stored&lt;/STRONG&gt; in Properties, Lookup Tables, or anywhere else. Instead, it's generated dynamically within the flow whenever it expires.&lt;/P&gt;&lt;P&gt;Please refer to the image below — in place of the Python connector, you can use the HTTP connector. Pay close attention to the step comments for better understanding. Also, make sure to store the access token in a variable so it can be reused in the following steps of the recipe.&lt;/P&gt;&lt;P&gt;Hope this makes sense! If not, feel free to reach out for further discussion.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-07-25 100123.png" style="width: 620px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2223i102F79FEB37F5647/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-07-25 100123.png" alt="Screenshot 2025-07-25 100123.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 06:11:24 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10508#M4180</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-07-25T06:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10509#M4181</link>
      <description>&lt;P&gt;Yes &lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/1188"&gt;@gary1&lt;/a&gt;&amp;nbsp;, you're right! I'm actually working on a similar setup where I had to make a POST call and pass the creds as form data.&lt;/P&gt;&lt;P&gt;For now, I’ve hardcoded the credentials directly into the HTTP action (I know I know - Bad Practice &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;), but interestingly, I didn’t get any sensitive data warning there. The warning only showed up when I passed the token in the headers of the next HTTP step.&lt;/P&gt;&lt;P&gt;That’s why I suggested that workaround—it seemed cleaner in that context.&lt;BR /&gt;Also, my token expires every hour, so I’m dealing with that fun little expiry window too.&lt;/P&gt;&lt;P&gt;And hey, glad to hear the API Police haven’t caught up to you yet &lt;span class="lia-unicode-emoji" title=":police_car:"&gt;🚓&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 06:38:55 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10509#M4181</guid>
      <dc:creator>Bhagya_pola</dc:creator>
      <dc:date>2025-07-25T06:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10516#M4182</link>
      <description>&lt;P&gt;I'll add one thought to this thread, b/c I, too, have struggled with this problem in the past.&amp;nbsp; I've also had to put credentials in a POST body and not been thrilled about it.&amp;nbsp; But one extra thing you can add to fend off the API Police is to make a new Project meant to store secured assets.&amp;nbsp; For example, we have a Project called "Recruitment and Admissions", then I made one called "Recruitment and Admissions - Secured".&amp;nbsp; That's the project I stash recipes like this where I have to expose credentials, and then not everyone is given access to that project.&amp;nbsp; All the other stuff already mentioned still apply, as far as data masking and such, but at least this way there's some RBAC around the sensitive credentials among the developers.&lt;/P&gt;&lt;P&gt;And &lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/1188"&gt;@gary1&lt;/a&gt;&amp;nbsp;, you're not a pastry chef, it says you're a Star Chef&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 14:13:00 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10516#M4182</guid>
      <dc:creator>mppowe</dc:creator>
      <dc:date>2025-07-25T14:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10517#M4183</link>
      <description>&lt;P&gt;You should totally make an idea for that, if one doesn't exist.&amp;nbsp; I'd vote for it in a heartbeat&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 14:14:38 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10517#M4183</guid>
      <dc:creator>mppowe</dc:creator>
      <dc:date>2025-07-25T14:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10518#M4184</link>
      <description>&lt;P&gt;Hi &lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11676"&gt;@rharkness&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Here's my recommendation for securely handling bearer token authentication using the HTTP connector in Workato:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Recommended Approach&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create an HTTP Connection with Username &amp;amp; Password Authentication&lt;/STRONG&gt;&lt;/P&gt;Use Workato's &lt;STRONG&gt;HTTP connector&lt;/STRONG&gt; to create a connection that securely stores and uses your &lt;STRONG&gt;username/password&lt;/STRONG&gt; credentials.&lt;BR /&gt;This avoids hardcoding or exposing credentials in recipes.&lt;BR /&gt;This connection can then be reused across multiple actions/recipes.&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Use the HTTP Connection in Your Recipes&lt;/STRONG&gt;&lt;/P&gt;When using this connection in your recipe actions, the connector will handle the authentication step using the stored credentials.&lt;BR /&gt;If your Bearer token has an expiration (e.g., 3600 seconds), you can build a logic check before any critical API call to ensure the token is valid.&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Separate Token Generation from Business Logic&lt;BR /&gt;&lt;/STRONG&gt;It's a best practice to &lt;STRONG&gt;modularize your logic&lt;/STRONG&gt;:&lt;/P&gt;Use a separate function or step early in the recipe to &lt;STRONG&gt;check token validity and regenerate if needed&lt;/STRONG&gt;.&lt;BR /&gt;Keep your token generation and API data actions decoupled for easier debugging, better reusability, and improved maintainability.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 25 Jul 2025 14:23:05 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10518#M4184</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-07-25T14:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help porting over from Postman to Workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10521#M4187</link>
      <description>&lt;P&gt;My token appears to expire in 24hrs but I'm using Workato in an embedded environment which is not configured to allow me accerss to create or modify Project properties&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 19:47:34 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-porting-over-from-postman-to-workato/m-p/10521#M4187</guid>
      <dc:creator>rharkness</dc:creator>
      <dc:date>2025-07-25T19:47:34Z</dc:date>
    </item>
  </channel>
</rss>

