This repository contains the code to build an integration in between Salesforce and Google Cloud Functions. A protected Cloud Function is invoked by a Salesforce Apex class when new customer records are created in Salesforce.
Use the tutorial to understand how to configure your Google Cloud Platform project to invoke protected Cloud functions from Salesforce.
- Clone the repository from GitHub.
- Develop and enhance it for your use case
Clone this repository
git clone https://github.com/GoogleCloudPlatform/salesforce-cloud-functions-crm-tutorial.git
Follow the walkthrough in the tutorial associated with the example for configuration details of Cloud platform products (Cloud Functions). The repository also has details of the configuration needed in a Salesforce org to invoke a protected GCP Cloud Function.