<?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: Custom Connector size limits in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/custom-connector-size-limits/m-p/354#M142</link>
    <description>&lt;P&gt;This relates to the question asked here: https://community.workato.com/main/groups/44978/lounge/posts/634780?tab=comment&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I am planning on generating our APIs endpoints from the OpenAPI spec. Based on some intial testing I am looking at 300-400 actions each with a custom input and out model. The search functionality seems like a it would work great as long as there is not a limit on actions.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 29 Jan 2021 22:38:26 GMT</pubDate>
    <dc:creator>dferguson</dc:creator>
    <dc:date>2021-01-29T22:38:26Z</dc:date>
    <item>
      <title>Custom Connector size limits</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/custom-connector-size-limits/m-p/350#M138</link>
      <description>&lt;P&gt;Does anyone know of an upper bound on the number of actions a custom connector can have or the size of the custom connector ruby file?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jan 2021 03:20:23 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/custom-connector-size-limits/m-p/350#M138</guid>
      <dc:creator>dferguson</dc:creator>
      <dc:date>2021-01-29T03:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Connector size limits</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/custom-connector-size-limits/m-p/351#M139</link>
      <description>&lt;P&gt;My initial response is that there shouldn't be any limits. Why do you ask Dan F? Have you faced an issue or are you planning to build one with lots of actions? &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A href="https://systematic.workato.com/workato-migration/users/2371396"&gt;Bennett Goh&lt;/A&gt; &lt;A href="https://systematic.workato.com/workato-migration/users/2371391"&gt;Chandra V&lt;/A&gt; are the experts. If we don't mention it in our docs, we should. &lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 04:39:18 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/custom-connector-size-limits/m-p/351#M139</guid>
      <dc:creator>amlan</dc:creator>
      <dc:date>2021-01-29T04:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Connector size limits</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/custom-connector-size-limits/m-p/352#M140</link>
      <description>&lt;P&gt;Keen to know if there are any limits as well. FYI &lt;A href="https://systematic.workato.com/workato-migration/users/2373704"&gt;Dan Ferguson&lt;/A&gt; I've started out with 17 actions, no issues.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 06:41:15 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/custom-connector-size-limits/m-p/352#M140</guid>
      <dc:creator>adrian-chong</dc:creator>
      <dc:date>2021-01-29T06:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Connector size limits</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/custom-connector-size-limits/m-p/353#M141</link>
      <description>&lt;P&gt;Hi Adrian,&lt;/P&gt;&lt;P&gt;We don't have any size limits on the number of actions or triggers in the custom connector and even the length of the file. &lt;/P&gt;&lt;P&gt;we have cases we built 50+ actions e.g. Coupa, but we converted to grouping approach later for seamless user experience.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;we suggest grouping (actions/triggers) approach when there are tons of objects to be supported in the connector(e.g. Salesforce).&lt;/P&gt;&lt;P&gt;You can define actions like:&lt;/P&gt;&lt;P&gt;Actions:&lt;/P&gt;&lt;P&gt;Create record, &lt;/P&gt;&lt;P&gt;Search records, &lt;/P&gt;&lt;P&gt;Update Record,&lt;/P&gt;&lt;P&gt;Get Record details by ID.&lt;/P&gt;&lt;P&gt;Triggers:&lt;/P&gt;&lt;P&gt;New record&lt;/P&gt;&lt;P&gt;New/updated record&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The details documented &lt;A href="https://docs.workato.com/developing-connectors/sdk/guides/advanced-connector-guide/introduction.html" target="_blank" rel="noreferrer noopener"&gt;Workato's advanced connector building guide&lt;/A&gt; section.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jan 2021 12:25:56 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/custom-connector-size-limits/m-p/353#M141</guid>
      <dc:creator>chandra</dc:creator>
      <dc:date>2021-01-29T12:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Connector size limits</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/custom-connector-size-limits/m-p/354#M142</link>
      <description>&lt;P&gt;This relates to the question asked here: https://community.workato.com/main/groups/44978/lounge/posts/634780?tab=comment&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I am planning on generating our APIs endpoints from the OpenAPI spec. Based on some intial testing I am looking at 300-400 actions each with a custom input and out model. The search functionality seems like a it would work great as long as there is not a limit on actions.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jan 2021 22:38:26 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/custom-connector-size-limits/m-p/354#M142</guid>
      <dc:creator>dferguson</dc:creator>
      <dc:date>2021-01-29T22:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Connector size limits</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/custom-connector-size-limits/m-p/355#M143</link>
      <description>&lt;P&gt;You can implement single action patern (much like the Create record pattern in Saleforce connector) to avoid generating a large scaffolding code. This way the code generated will be smaller and easier to manage/debug etc.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 03:02:17 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/custom-connector-size-limits/m-p/355#M143</guid>
      <dc:creator>harish</dc:creator>
      <dc:date>2021-01-30T03:02:17Z</dc:date>
    </item>
  </channel>
</rss>

