function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mahimmahim 

Can you help me in moodle integration with salesforce

Hello Everyone,

 

    I am new Integration please any one help me I would like to do integration with moodle. Just I would like to made very simple if an entering some information in moodle the same information I would like to save in salesforce.

 

       any help is appreciated.

Sonam_SFDCSonam_SFDC

Hi Mahim,

 

In order to integrate Salesforce with Moodle, you would have to use the Salesforce APIs : you can go for REST or SOAP API depending on your requirment:

 

REST APIhttp://www.salesforce.com/us/developer/docs/api_rest/

SOAP API: http://www.salesforce.com/us/developer/docs/api/index.htm

The following doc will help you decide which API would work best for you:

https://help.salesforce.com/HTViewHelpDoc?id=integrate_what_is_api.htm&language=en_US

 

Also, go through the following Webinar whcih talks about Moodle and API Integration:

http://www.youtube.com/watch?v=OqBnUSccNRg

 

Hope this helps!