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
<?php | |
/* | |
* ZENDESK API | |
*/ | |
define("ZDAPIKEY", "YOUR Zendesk API Key"); | |
define("ZDUSER", "YOUR ZENDESK USERNAME (e-mail)"); | |
define("ZDURL", "https://yourdomain.zendesk.com/api/v2"); | |
/* | |
* Here goes the Gravity Forms Functions | |
*/ |