Skip to main content

Technical

Create Workato Custom Connector Locally

Technology

Workato Introduction

Workato is a low-code/no-code, cloud-based iPaaS Solution that is hosted on public cloud infrastructure from Google Cloud Platform and Amazon Web Services (AWS). It means everything you create here is a drag-and-drop application component that resides on cloud. 

Workato Connector

To achieve any automation in the Workato tool, we create a recipe. The recipe contains a set of actions to perform any business automation. To define actions in the recipes, we use connectors. Hence, Workato connectors are the building blocks of recipes. Connectors in the Workato can be readily available in the Workato marketplace. We just need to drag in the recipe flow to use its capability, which we called it as pre-build connectors, or we can create our own connectors as per our requirement, which we called it as custom connectors. A connector allows Workato to interact with a single application through a series of triggers and actions. 

There are 2 ways to build an SDK Connector

  • Cloud SDK Console 
  • SDK Gem                                                                                                                                                             
    • This is a local development method. Where we can build our own connectors locally and which can be deployed to the cloud upon connector functioning as expected. Following is detailed information on local custom connector development. 

Local connector involved a series of steps which are given below:  

1. Ruby Installation Process

  • Complete the installation process following the instructions that appear on the installation wizard.

 

Microsoftteams Image (5)

  • Installing MYSYS2 Components: 

Microsoftteams Image (7)

[Note: Simply press enter to download the required package for Workato-connector-sdk  ] 

  • You can verify your Ruby version by running the ruby -v command 

2. Workato Installation Process

  • To install charlock_holmes use ridk exec pacman -S mingw-w64-x86_64-icu icu-devel icu command  
  • Run gem install charlock_holmes — –with-icui18nlib=icuin –with- icudatalib=icudt command          
  • Windows users need to install the tzinfo-data gem by running gem install tzinfo-data command 
  • To install the Workato-Connector-sdk, by using the gem install workato-connector-sdk command 

Microsoftteams Image (8)

  • Verify that your gem is correctly installed by workato command and to check the exact location of the gem, use gem which workato-connector-sdk  command 

Microsoftteams Image (9) [Note: Now you are all set up with the environment, which is required to develop a custom connector on your local machine] 

3. Creating Custom Connector

  • To create a new connector project, use workato new<PATH> command
  • In PATH, provide the local path of the system where you want to install the required file to create the connector. You may be prompted about HTTP mocking behavior. 

Image11

  • Enter your choice using 1 or 2
  • Can see some files are installed in your provided path, right click on connector, choose the edit with notepad++ option

Microsoftteams Image (11)

  • Write your custom connector source code there; once done with the code save it and exit 
Ss

Sample source code, this connector doesn’t need any credentials for connection

                      

  • If your connector needs connection credentials, use the below commands 

                      set EDITOR=notepad 

                                workato edit settings.yaml  ——- this is for a simple one 

                     set EDITOR=notepad 

                               workato edit settings.yaml.enc ———–This is for a secure one 

  • To test your connector, use workato exce test command 

Microsoftteams Image (13)

  • Test your connector’s triggers or actions with the below command 

                    workato exec actions.<action>.execute

Microsoftteams Image (14)

                 

                  workato exec triggers.<Triggers>.poll  

4. Deploying Custom Connector to Cloud 

  • Push to your Workato workspace 
    • workato push –api- email=’WORKATO_EMAIL_ADDRESS’ –api-token=’WORKATO API TOKEN’-n=’Initial version’ –environment=’https://app.workato.com                                                                                           

Password Generator Custom Connector:

This connector is created as part of POC. This connector will help to generate and assign the password when the user signs up for the first time. 

  • You can see your connector in Workato workspace connector SDK. You can also customize the logo of the connector. 

4

  • Recipe using a custom connector 
2022 11 21 15 30 31 Word

You can use a connector in recipes according to your need.

                                      

In this way, we can create a custom connector locally, deploy it to the Workato workspace, and use it according to the recipes’ requirements.

Perficient + Workato 

At Perficient, we excel in tactical Workato implementations by helping you address the full spectrum of challenges with lasting solutions rather than relying on band-aid fixes. The end result is intelligent, multifunctional assets that reduce costs over time and equip your organization to proactively prepare for future integration demands. 

Contact us today to learn how we can help you to implement integration solutions with Workato.

Thoughts on “Create Workato Custom Connector Locally”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Arpita Gadekar

Arpita Gadekar is an Associate Technical Consultant at Perficient. She is 3x Workato Certified. She has a keen interest in Workato, MuleSoft and other integration tools.

More from this Author

Follow Us
TwitterLinkedinFacebookYoutubeInstagram