- Fetching authentication parameters - Gmail uses OAuth 2.0 for authentication and so no parameters are required upfront.
- Collecting those parameters from the user - No collection is required as no parameters are required upfront.
- Initiating a connection - Initiate a connection with the redirect URL. (No parameters are required to be sent in the body)
- Handling the OAuth flow - Redirect the user to the URL received in step 3.
- Verifying the connection status - Check that the connection was successful
1
Fetching Authentication Parameters
Parameters to fetch from the user
As stated in the output, you don’t need to fetch any parameters from the user. So we can directly initiate the connection.
2
Initiating a Connection

3
Get specific Connected Account
You have successfully Connected Your User’s Gmail Account!! 🎉
Next: Guide to Connecting Shopify Account (API Key)
Connect your users Shopify Account in similar fashion