cancel
Showing results for 
Search instead for 
Did you mean: 

Connector SDK: Actions

robert-fujara
Workato employee
Workato employee

If you’re into building custom SDK connectors, you may be interested in this video:

Building Actions - YouTube

Actions within a connector offer numerous benefits to users. They provide a structured and user-friendly way to interact with various systems and services, making integrations more accessible and efficient. Users can leverage actions to streamline complex workflows, automate repetitive tasks, and customize their integrations according to their specific needs.

In this video, you will learn how to:

  • Define titles, subtitles, descriptions, and help text for actions to provide clarity and guidance to users.

  • Capture input data from users and present response data using datapills in the recipe editor.

  • Implement the execute block to define the action's functionality, including making HTTP requests, data processing, and error handling.

  • Configure retry mechanisms for HTTP requests to ensure the reliability of your connector.

  • Enable users to create custom actions within the connector, inheriting authorization details and providing help text and links to API documentation.

Experience level: Intermediate

This course covers the essential aspects of building actions using the Workato Connector SDK. Actions within a connector offer numerous benefits to users. They provide a structured and user-friendly way to interact with various systems and services, making integrations more accessible and ...
1 ACCEPTED SOLUTION

meghan-legaspi
Community Manager
Community Manager
1 REPLY 1

meghan-legaspi
Community Manager
Community Manager

Thanks for sharing, @robert-fujara !