Created
June 9, 2017 16:36
-
-
Save 1cg/79af670cd424cbbf5186cd126a9438ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LeadDyno/Chargebee integration: | |
Javascript on client site (with links to chargebee): | |
<script> | |
LeadDyno.key="YOUR PUBLIC KEY"; // public LeadDyno API key | |
LeadDyno.recordVisit(); | |
LeadDyno.autoWatch(); | |
LeadDyno.initChargebee(); // <-- updates all chargebee links with tracking id | |
</script> | |
In chargebee: | |
Settings -> Webhook Settings | |
* Add new webhook | |
* Name: "LeadDyno" | |
* Webhook URL: https://collector.leaddyno.com/chargebee_webhook?key=YOUR_PRIVATE_KEY (Substitute your private Leaddyno API key here!) | |
* Select "V2" | |
* Click "Create Webhook" | |
That should be it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment