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
| /** | |
| * Google app-script to utilise Elementor Pro From webhook. | |
| * | |
| * In order to enable this script, follow these steps: | |
| * | |
| * From your Google Sheet, from the "Exstensions" menu select "App Script"… | |
| * Paste the script from this gist into the script code editor and hit Save. | |
| * From the "Deploy" menu, select Deploy as web app… | |
| * Choose to execute the app as yourself, and allow Anyone, even anonymous to execute the script. (Note: depending on your Google Apps instance, this option may not be available. You will need to contact your Google Apps administrator, or else use a Gmail account.) | |
| * Now click Deploy. You may be asked to review permissions now. |