<?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: Workato Connector - Developer API in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10608#M4215</link>
    <description>&lt;P&gt;Yes, there is a connector called CICD for Workato that's included in the CI/CD and AQS accelerator packages that you can request from your customer success manager. I've used it before to automate building and exporting release packages and also to update project properties from a recipe.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://www.workato.com/accelerators/ci_cd" target="_blank"&gt;CI/CD Automation | Workato&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.workato.com/accelerators/automation_quality_security" target="_blank"&gt;Automation Quality &amp;amp; Security | Workato&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;A version of the connector from 2023 is available in the Community Library too (at least in the EU region).&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://app.eu.workato.com/custom_adapters/495525/code?community=true" target="_blank"&gt;CICD for Workato V3 adapter | Workato&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 05 Aug 2025 09:43:50 GMT</pubDate>
    <dc:creator>alain-bates</dc:creator>
    <dc:date>2025-08-05T09:43:50Z</dc:date>
    <item>
      <title>Workato Connector - Developer API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10530#M4189</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;In an effort to enhance our CICD pipeline, I was investigating Workato's Developer API (documentation: &lt;A href="https://docs.workato.com/en/workato-api.html)" target="_blank"&gt;https://docs.workato.com/en/workato-api.html)&lt;/A&gt;.&lt;BR /&gt;Is there an already made connector to access this API?&lt;BR /&gt;I searched in the Community library, but no success. Do you know if it exists? Or do I need to build the connector myself?&lt;/P&gt;&lt;P&gt;Thanks in advance for your time.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 16:27:52 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10530#M4189</guid>
      <dc:creator>saraiva</dc:creator>
      <dc:date>2025-07-29T16:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Connector - Developer API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10531#M4190</link>
      <description>&lt;P&gt;A Workato connector for a Workato API? That would be too easy...&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":upside_down_face:"&gt;🙃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 17:28:19 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10531#M4190</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2025-07-29T17:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Connector - Developer API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10599#M4210</link>
      <description>&lt;P&gt;Yea it's a bummer, you'd think there'd be an easier way to access them.&amp;nbsp; I had to do this a while back too, and it involved making a generic HTTP connector using&amp;nbsp;&lt;A href="https://www.workato.com/api/" target="_blank"&gt;https://www.workato.com/api/&lt;/A&gt;&amp;nbsp;as the base url and a Header auth with a token, but I think that's deprecated now.&amp;nbsp; See their doc:&amp;nbsp;&lt;A href="https://docs.workato.com/en/workato-api.html#base-url" target="_blank"&gt;https://docs.workato.com/en/workato-api.html#base-url&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 18:02:50 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10599#M4210</guid>
      <dc:creator>mppowe</dc:creator>
      <dc:date>2025-08-04T18:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Connector - Developer API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10601#M4211</link>
      <description>&lt;P&gt;Hi &lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/9879"&gt;@saraiva&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;As of now, I guess there is no&amp;nbsp;&lt;STRONG&gt;pre-built connector&lt;/STRONG&gt; specifically for accessing Workato's Developer API or for implementing CI/CD pipelines directly. However, you can definitely achieve this by leveraging the &lt;STRONG&gt;Developer APIs&lt;/STRONG&gt; that Workato provides.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;You can use the &lt;STRONG&gt;Export Manifest API&lt;/STRONG&gt; to retrieve recipe package.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Then, use the &lt;STRONG&gt;Retrieve Package Download URL API&lt;/STRONG&gt; to download the package and store it in your desired location (e.g., a GitHub repo or local folder).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For deploying to another environment, the &lt;STRONG&gt;Import Package API&lt;/STRONG&gt; can be used along with the appropriate &lt;STRONG&gt;folder ID&lt;/STRONG&gt; of the destination environment.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This approach allows you to build a CI/CD pipeline manually and also integrate version control by syncing your recipes with &lt;STRONG&gt;GitHub&lt;/STRONG&gt; using GitHub Actions or similar CI tools.&lt;BR /&gt;docs url:&amp;nbsp;&lt;A href="https://docs.workato.com/en/workato-api/recipe-lifecycle-management.html#export-package-based-on-a-manifest" target="_blank" rel="noopener"&gt;https://docs.workato.com/en/workato-api/recipe-lifecycle-management.html#export-package-based-on-a-manifest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and base URL changes based on your workspace region.&lt;/P&gt;&lt;P&gt;Let me know if you’d like a step-by-step breakdown or need help setting this up.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 06:09:44 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10601#M4211</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-08-05T06:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Connector - Developer API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10605#M4212</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/3769"&gt;@mppowe&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;&lt;BR /&gt;I'm already building a "Workato Developer API" connector - I don't want to use the generic HTTP connector. I hope I'll release it to the community one day (the API is quite extensive, so it will take some time).&lt;/P&gt;&lt;P&gt;Thanks for your feedback!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 09:22:28 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10605#M4212</guid>
      <dc:creator>saraiva</dc:creator>
      <dc:date>2025-08-05T09:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Connector - Developer API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10606#M4213</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10258"&gt;@rajeshjanapati&lt;/a&gt;&amp;nbsp;(or should I say AI?),&lt;/P&gt;&lt;P&gt;Sorry mate, but AI answers can help when we provide the right prompt - which you don't.&lt;BR /&gt;I've just asked if there's an already-made connector for Workato Developer API, which I may have missed somewhere, but by the answers of other (real) users apparently there isn't.&lt;/P&gt;&lt;P&gt;Thanks for your effort, but I prefer sharing ideas with real people.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 09:26:20 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10606#M4213</guid>
      <dc:creator>saraiva</dc:creator>
      <dc:date>2025-08-05T09:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Connector - Developer API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10607#M4214</link>
      <description>&lt;P&gt;[UPDATE] For the sake of informing other user that bump on this same question...&lt;/P&gt;&lt;P&gt;There's &lt;STRONG&gt;no Workato Developer API connector&lt;/STRONG&gt; at the time of writing.&lt;BR /&gt;However, as shared by&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/322"&gt;@alain-bates&lt;/a&gt;&amp;nbsp;&lt;A href="https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10608/highlight/true#M4215" target="_self"&gt;here&lt;/A&gt;, there's the connector "&lt;STRONG&gt;CICD for Workato V3&lt;/STRONG&gt;" in the community which can be a good starting point. Check it here:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://app.eu.workato.com/custom_adapters/495525/code?community=true" target="_blank" rel="nofollow noopener noreferrer"&gt;Connector at EU Data Center&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://app.workato.com/custom_adapters/495525/code?community=true" target="_blank" rel="nofollow noopener noreferrer"&gt;Connector at US Data Center&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 05 Aug 2025 10:09:46 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10607#M4214</guid>
      <dc:creator>saraiva</dc:creator>
      <dc:date>2025-08-05T10:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Connector - Developer API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10608#M4215</link>
      <description>&lt;P&gt;Yes, there is a connector called CICD for Workato that's included in the CI/CD and AQS accelerator packages that you can request from your customer success manager. I've used it before to automate building and exporting release packages and also to update project properties from a recipe.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://www.workato.com/accelerators/ci_cd" target="_blank"&gt;CI/CD Automation | Workato&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.workato.com/accelerators/automation_quality_security" target="_blank"&gt;Automation Quality &amp;amp; Security | Workato&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;A version of the connector from 2023 is available in the Community Library too (at least in the EU region).&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://app.eu.workato.com/custom_adapters/495525/code?community=true" target="_blank"&gt;CICD for Workato V3 adapter | Workato&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 05 Aug 2025 09:43:50 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10608#M4215</guid>
      <dc:creator>alain-bates</dc:creator>
      <dc:date>2025-08-05T09:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Connector - Developer API</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10609#M4216</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/322"&gt;@alain-bates&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;&lt;BR /&gt;Thanks for sharing that connector. I haven't seen it.&lt;BR /&gt;That's part of the solution indeed, despite it not having all the actions I need (&lt;A href="https://docs.workato.com/en/workato-api/test-automation.html" target="_blank" rel="noopener"&gt;Test Automation&lt;/A&gt;&amp;nbsp;for instance), it's a pretty good start. I've checked and the connector is also available in the US Data Center.&lt;BR /&gt;I think I'll use the authentication part of it for my custom connector.&lt;/P&gt;&lt;P&gt;You were very helpful!&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 10:04:08 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-connector-developer-api/m-p/10609#M4216</guid>
      <dc:creator>saraiva</dc:creator>
      <dc:date>2025-08-05T10:04:08Z</dc:date>
    </item>
  </channel>
</rss>

