{"id":19592255,"url":"https://github.com/catalyst/azure-connector_moodle","last_synced_at":"2026-08-02T16:30:17.643Z","repository":{"id":66891430,"uuid":"126919882","full_name":"catalyst/azure-connector_moodle","owner":"catalyst","description":"An Azure Logic App connector for Moodle","archived":false,"fork":false,"pushed_at":"2018-06-25T01:49:39.000Z","size":41,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-09T06:48:00.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/catalyst.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-27T02:55:02.000Z","updated_at":"2022-02-25T01:55:05.000Z","dependencies_parsed_at":"2023-05-15T23:45:37.605Z","dependency_job_id":null,"html_url":"https://github.com/catalyst/azure-connector_moodle","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/catalyst%2Fazure-connector_moodle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalyst%2Fazure-connector_moodle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalyst%2Fazure-connector_moodle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalyst%2Fazure-connector_moodle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catalyst","download_url":"https://codeload.github.com/catalyst/azure-connector_moodle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240867427,"owners_count":19870405,"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":[],"created_at":"2024-11-11T08:34:19.735Z","updated_at":"2026-08-02T16:30:15.260Z","avatar_url":"https://github.com/catalyst.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moodle Azure Logic Apps Connector\n\nAn Azure Logic App connector for Moodle.\n\nThe connector is provided as an Open API definition file.\n\nThis connector allows Microsoft [Logic Apps](https://azure.microsoft.com/en-au/services/logic-apps/) and [Power Apps](https://web.powerapps.com/) to interface with several Moodle webservices.\u003cbr/\u003e\nThis allows Moodle functionality to be driven by external sources via Logic Apps.\n\nMore information on Microsoft Logic Apps and how they can help automate your workflows can be found here: https://azure.microsoft.com/en-au/services/logic-apps/\n\n# Supported Moodle Webservices\nThe following Moodle webservices are supported by this connector:\n\n* **core\\_course\\_get\\_courses**: Get courses in Moodle instance via webservice functions. Can filter by course ID.\n* **core_enrol_get_users_courses**: Get the courses a user is enrolled in.\n* **core_user_create_users**: Create new users in Moodle.\n* **core_user_delete_users**: Delete Moodle user accounts.\n* **core_user_update_users**: Update users in Moodle.\n* **mod_forum_add_discussion**: Add a new discussion topic to a Moodle forum.\n* **mod_forum_add_discussion_post**: Add a new reply to a Moodle forum discussion topic.\n\nMore information on Moodle webservices, their usage and configuration can be found on the [Moodle.org](https://moodle.org) website here: https://docs.moodle.org/35/en/Using_web_services\n\n# Moodle Requirements\nBefore this connector can be used with Moodle the following Moodle plugin needs to be installed and configured:\n* https://github.com/catalyst/moodle-webservice_restful\n\nThe above Moodle plugin allows Moodle's existing webservices to be communicated with in a RESTful way. This is required as Logic App Connectors require each method of a connected API to be accessed by individual URI endpoints.  This plugin adds this required functionality to Moodle.\n\n## Moodle Access\nTo use this connector with your Moodle instance your Moodle:\n* Must be accessible from the Internet. That is the URL of your Moodle instance must be reachable from a public computer with Internet access.\n* Your Moodle must be delivered via HTTPS and have a valid SSL/TLS website certificate.\n\n## Moodle versions\nThis connector and the above Moodle plugin support the following versions of Moodle:\n\n* 3.1\n* 3.2\n* 3.3\n* 3.4\n* 3.5\n\n# Setting up Moodle Webservices\n\nPrior to using this connector with Moodle at least some of the supported Moodle webservices need to be configured and the [Moodle Restful plugin](https://github.com/catalyst/moodle-webservice_restful) needs to be installed.\n\nSetting up Moodle webservices is a multistep porcess and requires a base level of understanding in Moodle operation and administration. It is recommended that an experienced Moodle Administrator be consulted.\n\nStep by step instructions for setting up webservices in Moodle can be found in the Moodle documentation at this link: https://docs.moodle.org/35/en/Using_web_services\n\n\n# Using this connector in Azure\n\nThe Microsoft documentation provides step by step documentation, on how to use set up a custom connector in the Azure Portal using a custom Open API definition file.\n\nFollow this documentation to use this connector to communicate with Moodle.\n\nThe documentation can be accessed at: https://docs.microsoft.com/en-gb/connectors/custom-connectors/define-openapi-definition\n\nTo set up this connector to use in a workflow you will need:\n* To set up the webservices you want to use with this connector in you Moodle instance. (Make sure to only use webservices from the supported list above.)\n* The URL of your Moodle instance (must be a public URL).\n* The token used to access Moodle webservices, (this is generated as part of the Moodle webservice setup procedure).\n\n# Moodle Outbound Functionality\nThis connector and the required webservice plugin allow \"inbound\" connectivity to Moodle. That is they allow Logic Apps to initiate actions in Moodle; such as create users and retrieve data.\n\nOptionally, you can also install the following Moodle plugin to allow Moodle to \"trigger\" actions in Logic Apps. This allows Moodle to perform \"outbound\" actions based on events in Moodle.\n\nThis Moodle Trigger plugin can be found either from GitHub or the Moodle Plugin Directory using the links below:\n\n* https://github.com/catalyst/moodle-tool_trigger\n* https://moodle.org/plugins/tool_trigger\n\nTo use this outbound functionality with Azure Logic Apps, you will need to set up the \"HTTP Request\" Logic App connector. Details on how to setup and use this conenctor can be found at the following link: https://docs.microsoft.com/en-us/azure/connectors/connectors-native-reqres\n\n# Crafted by Catalyst IT\n\nThis plugin was developed by Catalyst IT Australia:\n\nhttps://www.catalyst-au.net/\n\n![Catalyst IT](/pix/catalyst-logo.png?raw=true)\n\n\n# Contributing and Support\n\nIssues, and pull requests using github are welcome and encouraged! \n\nhttps://github.com/catalyst/azure-connector_moodle/issues\n\nIf you would like commercial support or would like to sponsor additional improvements\nto this plugin please contact us:\n\nhttps://www.catalyst-au.net/contact-us\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalyst%2Fazure-connector_moodle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatalyst%2Fazure-connector_moodle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalyst%2Fazure-connector_moodle/lists"}