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
Jack123Jack123 

Mindbody Integration with Salesforce

There is a online software called Mindbody. Mindbody provide some API's to fetch the data from the Mindbody.

I also want to do the same in salesforce. I want to fetch the client's data by hitting the API using the Apex class.

Can anyone done the Mindbody and salesforce integration before.

Can anyone help me I have not worked on the Integration before. 

NagendraNagendra (Salesforce Developers) 
Hi Rohit,

The ultimate logic is to create an Apex class to consume Midbody API
  •  (https://support.mindbodyonline.com/s/article/203267383-Application-Programming-Interface-API?language=en_US) and especially their API Development guide. 
From Salesforce side, You'll be creating callouts from Salesforce defining third-party's endpoint URL and using HTTPRequest
  •  (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_restful_http_httprequest.htm) and HttpResponse (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_restful_http_httpresponse.htm#apex_classes_restful_http_httpresponse) class 
Hope this helps.

Kindly mark this as solved if it's resolved.

Thanks,
Nagendra