You need to sign in to do that
Don't have an account?

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.
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