Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 977 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 977 Bytes

About

This code provides an example of how to export Guidebook metrics data into Salesforce.

It takes metrics data from the Guidebook Webhooks API and imports it into Salesforce via the Salesforce SOAP API.

Sample Usage

Before testing out the code. Please pip install -r requirements.txt to get the package dependencies. We highly recommend you do this in an virtualenv.

Update settings.py with your Salesforce login information. Then the following command will perform the import with the demo data in sample_event.json.

python execute_integration.py

Customizing this Integration

This code is provided to Guidebook clients to customize for their own integrations. Clients are welcome to take this integration code as a starting point and adapt it to their own needs.