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
JsinghJsingh 

i am new to salesforce and not able to do google api integrattion ,i watched so many vedioes but not able to do please help me with steps .Thanks

Best Answer chosen by Jsingh
Ajay K DubediAjay K Dubedi
Hi Jyotsana,
In general, integration can be summarised in the following steps:
1.  Going through the docs of the party you want to integrate.
2. Have some knowledge about the Http class and along with request and response classes for making the request from Apex.
So if you want to integrate google API follow the following steps and links:
1. If you simply want to integrate Gmail you can do it directly, please follow:  https://trailhead.salesforce.com/en/content/learn/modules/gmail_integration/gmail_integration_unit_2
2. If you want something to integrate something else refer to these docs:
https://cloud.google.com/salesforce/ (for basic of Google-salesforce integration).
https://help.salesforce.com/articleView?id=google_setup_getstart.htm&type=5
Further, from my past experiences, I would like to inform you that INTEGRATION is all about research. You can't expect similar steps for multiple integrations. So always believe in research and doing stuff.
Further, feel free to ask any more help.
I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks,
Ajay Dubedi