{"id":7539832,"url":"https://github.com/SoftwareAG/webmethods.io_Chatwork-Community-Connector","last_synced_at":"2025-05-09T23:32:35.323Z","repository":{"id":43935745,"uuid":"245332902","full_name":"SoftwareAG/webmethods.io_Chatwork-Community-Connector","owner":"SoftwareAG","description":"This is a webMethods.io community connector for Chatwork.","archived":false,"fork":false,"pushed_at":"2022-12-10T20:38:41.000Z","size":1489,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T04:53:18.104Z","etag":null,"topics":["community","connectors","webmethods","webmethods-io-integration"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SoftwareAG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-06T04:52:36.000Z","updated_at":"2022-02-04T09:04:20.000Z","dependencies_parsed_at":"2023-01-26T11:01:34.535Z","dependency_job_id":null,"html_url":"https://github.com/SoftwareAG/webmethods.io_Chatwork-Community-Connector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftwareAG%2Fwebmethods.io_Chatwork-Community-Connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftwareAG%2Fwebmethods.io_Chatwork-Community-Connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftwareAG%2Fwebmethods.io_Chatwork-Community-Connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftwareAG%2Fwebmethods.io_Chatwork-Community-Connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoftwareAG","download_url":"https://codeload.github.com/SoftwareAG/webmethods.io_Chatwork-Community-Connector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253341969,"owners_count":21893547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["community","connectors","webmethods","webmethods-io-integration"],"created_at":"2024-04-08T00:09:01.328Z","updated_at":"2025-05-09T23:32:34.771Z","avatar_url":"https://github.com/SoftwareAG.png","language":"JavaScript","funding_links":[],"categories":["Integration \u0026 APIs"],"sub_categories":["![icon-webMethods io-Integration-64x64](https://user-images.githubusercontent.com/23717841/230610242-388570ae-f593-4d12-b4d8-c70579261a3e.png) webMethods.io Integration"],"readme":"# webmethods.io_Chatwork-Community-Connector\n\nThis is a Webmethods.io community connector for [Chatwork](https://ja.wikipedia.org/wiki/ChatWork).Chatwork is a cloud-based business chat tool provided by Chatwork Inc. Not only exchange of messages, task management, file sharing, and the like are possible video calls. The connector uses the [Chatwork REST API](https://download.chatwork.com/ChatWork_API_Documentation.pdf) to make HTTP requests to access or modify a resource. The actions supported by this community connector are:\n\n#### 1. [Get my status](https://download.chatwork.com/ChatWork_API_Documentation.pdf)\n#### 2. [Get info](https://download.chatwork.com/ChatWork_API_Documentation.pdf)\n#### 3. [Get the list of your contacts](https://download.chatwork.com/ChatWork_API_Documentation.pdf)\n#### 4. [Get the list of all chats on your account ](https://download.chatwork.com/ChatWork_API_Documentation.pdf)\n#### 5. [Add new message to the chat](https://download.chatwork.com/ChatWork_API_Documentation.pdf)\n\n\nLearn about other supported actions [here](https://download.chatwork.com/ChatWork_API_Documentation.pdf).\n\n## Getting Started\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\nThis connector requires any [Node](https://nodejs.org/dist/) version between 8.14.0 and 10.14.0\n\nNote: If you have installed any other Node version on your system, you can:\n1. Use tools to switch between different versions of Node\n\n  - For Windows, use [nvm-windows](https://github.com/coreybutler/nvm-windows#installation--upgrades).\n  \n  - For Mac, use [homebrew](https://brew.sh/).\n2. Build your app using your existing Node version and then transpile your code using a transpiler like [Babel](https://babeljs.io/).\n\nThe connector has been built with [wmiocli](https://docs.webmethods.io/integration/developer_guide/connector_builder/#gsc.tab=0), webmethod.io's iPaaS Connector Builder CLI tool, which must be installed. \n\n### Getting the API key \n#### 1.Follow this link --\u003e\n[API Key](https://www.chatwork.com/service/packages/chatwork/subpackages/api/token.php)\n#### 2.Login to your Chatwork Account.\n#### 3.Enter your Chatwork password to generate the API Key.\n\n### Installing\n1. Clone the repo `git@github.com:SoftwareAG/webmethods.io_insightly-Community-Connector.git`.\n2. Run `npm install -g @webmethodsio/wmiocli`.\n3. Login to your webmethods.io tenant using `wmio login`.\n4. Execute `wmio init` to get started.\n5. Finally, execute `wmio deploy` to deploy this connector to your tenant.\n\nOnce deployed, it’ll be automatically registered with webMethods.io Integration and will be available to you locally in the Connectors panel under the Services tab.\n\n## Running the tests\nTo test, you can execute `wmio test`.\n\n## Deployment\nExecute `wmio deploy` to deploy this connector to your webmethods.io tenant. And `wmio unpublish` to unpublish the published connector app along with triggers and actions associated with the app.\n\n![Chatwork Connector](https://github.com/SoftwareAG/webmethods.io_Chatwork-Community-Connector/blob/master/a.png)\n\n## Built With\nNode v8.14.0 and [wmiocli](https://docs.webmethods.io/integration/developer_guide/connector_builder/#gsc.tab=0), webmethod.io's iPaaS Connector Builder CLI.\n\n## Contributors\n[Anshuman Saikia](https://github.com/anshu96788) |\n[Dipankar Dutta](https://github.com/DipankarDDUT) |\n[Nawajish Laskar](https://github.com/Nawajish)\n\n## License\nThis project is licensed under the Apache 2.0 License - see the [LICENSE.md](https://github.com/SoftwareAG/webmethods-microservicesruntime-samples/blob/master/LICENSE) file for details\n\n______________________\nThese 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.\n\nContact us at [TECHcommunity](mailto:technologycommunity@softwareag.com?subject=Github/SoftwareAG) if you have any questions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSoftwareAG%2Fwebmethods.io_Chatwork-Community-Connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSoftwareAG%2Fwebmethods.io_Chatwork-Community-Connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSoftwareAG%2Fwebmethods.io_Chatwork-Community-Connector/lists"}