Salesforce and Moodle Application Integration

Salesforce and Moodle Application Integration

by Saquib Shaikh -
Number of replies: 1

We want to integrate Salesforce CRM with Moodle Application. Moodle application is running on mysql.


We have some queries related to this:

1. Is there any API, you have for integration with Salesforce CRM? If no, then please suggest us the best option for integrating Moodle application with Salesforce CRM.

2. How we can export all the data of course_modules and its related table section to Salesforce CRM?

3. How we can have a bidirectional sync between Moodle and Salesforce CRM?

Average of ratings: -
In reply to Saquib Shaikh

Re: Salesforce and Moodle Application Integration

by Ken Task -
Picture of Particularly helpful Moodlers

Interestingly enough, have been involved in access to a Moodle remotely hosted and run by a corp that has/uses SalesLogic (they don't grant me access to that end of things) and Moodle's new and changing webservices.   Entity wanted an 'semi-automated' method of creating new users and enrolling them in certain 'corp' courses offered on the Moodle.

See https://docs.moodle.org/dev/Web_services

Also see/study https://docs.moodle.org/dev/Web_service_API_functions

and related: https://tracker.moodle.org/browse/MDL-29934

Just a word of caution, however, some of the initially proposed functions will be 'depreciated' (means removed) but read some where in info about webservices, those functions would be included in others or changed.    This to warn not to get into it ... think you've got it down ... and then after an upgrade discover that the webservices thing programmed doesn't work anymore.

Always a chance one takes when using 'community driven' (hmmmmm) open source.

'spirit of sharing', Ken