Hi! Would your Wordpress integration work to get data from gravity form entries? Currently I used gravity forms to google forms to get data. Is there another way? Thanks! Brice
1 comment
-
Hey Brice,
Thanks for reaching out! :) You can connect directly to Gravity Forms. This would be the general structure of your Query:
http:/WEBSITE/gravityformsapi/ENDPOINT?paging[page_size]=100&api_key=PUBLICKEY&signature={hash.append("PUBLICKEY").append(":").append("GET").append(":").append("ENDPOINT").append(":").append(hash.getExpiryTime(300)).encodeHmacSha1("PRIVATEKEY").encodeBase64().encodeURL().printDigest();}&expires={hash.getExpiryTime(300)}
You need to update the following bits in Uppercase, in the query above:
WEBSITE - This is your domain
ENDPOINT - These are endpoints that you can get from the Gravity Forms API: https://docs.gravityforms.com/web-api/
PUBLICKEY - This you'd get from your acct
PRIVATEKEY - You'd get this from your acct as well