Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SoftwareAG/webMethods-io-integration
Repository hosting developer tutorials, code samples and more to enable a faster learning/integrating with webMethods.io
https://github.com/SoftwareAG/webMethods-io-integration
examples hybrid-integration integration webmethods webmethods-io-integration
Last synced: 3 months ago
JSON representation
Repository hosting developer tutorials, code samples and more to enable a faster learning/integrating with webMethods.io
- Host: GitHub
- URL: https://github.com/SoftwareAG/webMethods-io-integration
- Owner: SoftwareAG
- License: apache-2.0
- Created: 2020-06-09T06:59:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T14:49:09.000Z (10 months ago)
- Last Synced: 2024-05-03T15:36:10.379Z (6 months ago)
- Topics: examples, hybrid-integration, integration, webmethods, webmethods-io-integration
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-softwareag - webMethods-io-integration - The repository hosts developer tutorials, code samples, and more to enable faster learning/integrating with webMethods.io. (Integration & APIs / ![icon-webMethods io-Integration-64x64](https://user-images.githubusercontent.com/23717841/230610242-388570ae-f593-4d12-b4d8-c70579261a3e.png) webMethods.io Integration)
README
webMethods.io Integration
==============================================[webMethods.io Integration](https://www.softwareag.com/en_corporate/platform/integration-apis/api-integration-platform.html) is a powerful integration Platform-as-a-Service (iPaaS), providing a combination of capabilities offered by ESBs, data integration systems, API management tools and B2B gateways.
It enables a wide variety of integration tasks to be accomplished quickly and easily with a graphical/api interface. In many cases, use of webMethods.io allows you to be much faster than traditional efforts involving software engineering, more information can be found [here](https://www.softwareag.cloud/site/product/webmethodsio-integration.html#/).Get webMethods.io
-----------------You can get a _30 day free trial_ cloud account provisioned in a few minutes. Visit **[webMethods.io](https://www.softwareag.cloud/site/product/webmethods-api.html)** and get your instance running in a region of your choice.
Get started
-----------Hope everything went well in product provisioning. Lets now get started to explore the product capabilities.
For this, you have a few places to start with...* [Developer Center](https://www.softwareag.cloud/site/dev-center/webmethods-io-integration.html#/)
* [webMethods.io Integration Tutorials](https://www.youtube.com/playlist?list=PL3HwmrSYjxiPlg7lz3TBuNuSrj76xFbLS)
* [webMethods.io Integration on Tech Community](https://tech.forums.softwareag.com/tag/webmethods-io-integration)
* [Ask questions and collaborate with webMethods.io experts](https://tech.forums.softwareag.com/tags/c/forum/1/webMethods-io-Integration)Examples
--------Collection of examples for beginner webMethods-io developers. It consists of common use cases and starting points for developers getting up to speed with webMethods.io. Each example will contain instructions on how to recreate itself from a blank project.
* [Hello Email](https://github.com/SoftwareAG/webmethodsio-examples/blob/master/hello-email)
* [Pagerduty-Slack](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/pager-slack)
* [SalesForceLeads-Slack](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/salesforceleads-slack)
* [Github-Slack](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/github-slack)
* [Slack-Twitter-Linkedin](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/slack-twitter-linkedin)
* [AWS-Lambda](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/aws-lambda)
* [Twilio-Receive-SMS](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/twilio-receive-sms)
* [Twilio-Send-SMS](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/twilio-send-sms)
* [Cumulocity-S3](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/cumulocity-s3)
* [Cumulocity-Freshdesk](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/cumulocitytofreshdesk)
* [Convert-XML-JSON](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/convertdata-xml-json)
* [Dropbox-Sendemail](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/dropbox-sendemail)
* [MySQL-Insert](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/mysql-multi-insert)
* [Tasksynch](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/wmio-tasksynch)
* [Agile Apps Connector](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/agileapps-connector)
* [Hafas Connector](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/wmio-connector-hafas)
* [Netamo Connector](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/netatmo-security-connector)
* [SMS my Tesla](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/sms-my-tesla)
* [Twitter-ServiceNow](https://github.com/SoftwareAG/webmethodsio-examples/tree/master/Twitter_ServiceNow_Incidents)Custom Connectors
-----------------You can create custom web connectors for [webMethods.io Integration](https://webmethods.io) using the Connector Builder. The Connector Builder app is a custom Node.js application that you build using a web application’s API. So, for example, if you have a private API or an API that is not in webMethods.io Integration yet, you can create custom webMethods.io Integration actions and triggers for those APIs. Once you have created and deployed these custom actions and triggers, you can use them like any other action/trigger on webMethods.io integration platform.
Follow the link to find further details about the [Connector Builder](https://docs.webmethods.io/integration/developer_guide/connector_builder/#gsc.tab=0)
* [wmio-connector-basicexample](https://github.com/SoftwareAG/wmio-connector-basicexample)
* [wmio-connector-connectedcar](https://github.com/SoftwareAG/wmio-connector-connectedcar)
* [wmio-connector-soaputils](https://github.com/SoftwareAG/wmio-connector-soaputils)
* [webmethods.io-Deputy--Community-Connector](https://github.com/SoftwareAG/webmethods.io-Deputy--Community-Connector)
* [webmethods.io_Chatwork-Community-Connector](https://github.com/SoftwareAG/webmethods.io_Chatwork-Community-Connector)
* [webmethods.io_insightly-Community-Connector](https://github.com/SoftwareAG/webmethods.io_insightly-Community-Connector)
* [webmethods.io-Bigcommerce--Community-Connector](https://github.com/SoftwareAG/webmethods.io-Bigcommerce--Community-Connector)
* [webmethods.io-OpenPGP-Connector](https://github.com/SoftwareAG/webmethods.io-OpenPGP-Connector)
* [webmethods.io-Facebook-Community-Connector](https://github.com/SoftwareAG/webmethods.io-Facebook-Community-Connector)
* [webmethods.io-Expensify-Community-Connector](https://github.com/SoftwareAG/webmethods.io-Expensify-Community-Connector)
* [webmethods.io-Instagram-Community-Connector](https://github.com/SoftwareAG/webmethods.io-Instagram-Community-Connector)
* [webmethods.io-Tableau-Community-Connector](https://github.com/SoftwareAG/webmethods.io-Tableau-Community-Connector)
* [webmethods.io-BambooHR-Community-Connector](https://github.com/SoftwareAG/webmethods.io-BambooHR-Community-Connector)
* [webmethods.io-Capsule-CRM-Community-Connector](https://github.com/SoftwareAG/webmethods.io-Capsule-CRM-Community-Connector)
* [webmethods.io-Qlik_Sense-Community-Connector](https://github.com/SoftwareAG/webmethods.io-Qlik_Sense-Community-Connector)Hybrid Integration
------------------Here you will find a how-to do hybrid integration using [webMethods Integration Server](https://www.softwareag.com/en_corporate/platform/integration-apis/webmethods-integration.html) and [webMethods.io](https://www.softwareag.com/en_corporate/platform/integration-apis/api-integration-platform.html) capabilities.
* [webmethodsio-hybridintegration](https://github.com/SoftwareAG/webmethodsio-hybridintegration)
______________________
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.Contact us at [TECHcommunity](mailto:[email protected]?subject=Github/SoftwareAG) if you have any questions.