/
Send2CRM library source
Send2CRM library source
When installing the Send2CRM JavaScript library on the website, you must specify the location of the script file.
Option 1: self-hosted
Download a copy of the Send2CRM client, and save it to a publicly accessible location on the web server.
Use an absolute or relative URL for loading, e.g.:
/send2crm.min.js
, orhttps://example.com/send2crm.min.js
Option 2: CDN
The script may also be referenced directly via the jsDelivr CDN integration. See instructions on Github.