Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fylein/workato-connectors
Open sourced Workato connector SDKs currently used to build integrations at Fyle
https://github.com/fylein/workato-connectors
team-integrations
Last synced: about 2 hours ago
JSON representation
Open sourced Workato connector SDKs currently used to build integrations at Fyle
- Host: GitHub
- URL: https://github.com/fylein/workato-connectors
- Owner: fylein
- License: mit
- Created: 2022-09-19T12:45:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T16:43:31.000Z (2 months ago)
- Last Synced: 2025-01-01T12:39:14.855Z (5 days ago)
- Topics: team-integrations
- Language: Ruby
- Size: 193 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workato-connectors
Open sourced Workato connector SDKs currently used to build integrations at Fyle## Installing Ruby on Mac
MacOS already comes with a ruby version `2.6.0` but that version will not work with workato cli
you need to download version 2.7.0 or greater## installing rvm
run the following commands
1. `\curl -sSL https://get.rvm.io | bash`
2. rvm install 3.1.2
3. rvm use 3.1.2don't forget to quit and reopen the terminal
## installing workato sdk
`gem install workato-connector-sdk`
type `workato` in the terminal to verify the install
## running workato based connectors locally
### running actions
`workato exec actions.new_record.execute`